CSS Properties

User Guide / CSS Properties

visibility

Syntax

visibility: visible | hidden

Initial Value

visibility: visible

Inherited

Yes

Comments

This property can be used to make the content of an element invisible. Note that unlike using display: none, the element will still take up space on the page and its descendants may still have visible content.