javascript STYLE visibility

visibility NN 6 IE 4 DOM 2  

 

Read/Write  

Specifies the state of the positioned element's visibility. Surrounding content does not close up the space left by an element that has its visibility property set to hidden.

 
Example
 
document.getElementById("myDIV").style.visibility = "hidden";
 
Value

One of the constant values (as a string): collapse | hidden | inherit | visible.

 
Default

visible


1921,Nickname,Homepage or email,Comments here,Add comment