July 1998
Intermediate to advanced
1456 pages
65h 5m
English
display — NN n/a IE 4 DOM n/a
Read/Write
Whether the element should be rendered in the document. Although the
property can be set to a variety of values, there are only two
states. When set to none, the element is hidden,
and surrounding content cinches up to fill the space; when set to an
empty string (or any other value), the element is displayed.
document.all.instructionDiv.style.display = ""
Either none or an empty string
("").
None.
Read now
Unlock full access