visibility
Name: visibility
Description: Specifies whether boxes created by an element are rendered visible.
Browser Compatibility: IE 4+ / NN 4+ / O 4+
Inherited: No
Values:
- collapse
- hidden
- inherit [Initial value]
- visible
Code Example:
#mainDiv {position: absolute; visibility: hidden;}
Comments: Even if hidden, the box still affects the page layout.