CSS Properties

User Guide / CSS Reference / CSS Properties

visibility

Syntax

visibility: visible | hidden

Default

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.