July 1998
Intermediate to advanced
1456 pages
65h 5m
English
DISABLED — NN n/a IE 4 HTML n/a
DISABLED
Optional
Disables the entire STYLE element, as if it
didn’t exist in the document. This attribute does not work on
the Macintosh version of Internet Explorer 4.
The DISABLED attribute is a Boolean type, which
means that its presence in the attribute sets its value to
true. Its value can also be adjusted after the
fact by scripting (see the button object in Chapter 9).
<STYLE TYPE="text/css" DISABLED>...</STYLE>
The presence of the attribute disables the element.
false
[window.]document.all.tags(“STYLE”)[i].disabled
Read now
Unlock full access