visibility | WebReference

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:

Code Example:

#mainDiv {position: absolute; visibility: hidden;}

Comments: Even if hidden, the box still affects the page layout.