Closed Bug 174704 Opened 22 years ago Closed 22 years ago

style 'display'

Categories

(Core :: DOM: CSS Object Model, defect)

x86
All
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 156206

People

(Reporter: jessul, Assigned: jst)

References

()

Details

in this page i've made this javascript function
function desplegar(elemento){
	if (document.getElementById(elemento).style.display == 'none'){
	document.getElementById(elemento).style.display = 'inline';
	} else {
	document.getElementById(elemento).style.display = 'none';
	}
}
when you click in a skull, a '<div>' must open, and close when you click another.
The <div> open first time, no others.
This bug isn't in version 0.98, just 0.9++
Depends on: 146409
Summary: style 'display' → style 'display'
Is this related to bug 156888 or even a dupe?
From the code, it looks like its bug 156206.

*** This bug has been marked as a duplicate of 156206 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.