July 1998
Intermediate to advanced
1456 pages
65h 5m
English
visibility — NN 4 IE n/a DOM n/a
Read/Write
The state of the positioned element’s visibility. Surrounding
content does not close the space left by an element whose
visibility property is set to
hide (or the CSS version,
hidden). If you set the property to the CSS syntax
values (hidden | visible), they
are converted internally to the JavaScript versions and returned from
the property in that format.
document.myIlayer.visibility = "hide"
One of the constant values (as a string): hide |
inherit | show.
inherit
Read now
Unlock full access