STYLE.disabled (Property)

A switch to enable or disable a style object defined by the <STYLE> tag.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:Boolean primitive
JavaScript syntax:-mySTYLE.disabled

If this value is set to Boolean true, the STYLE object will be inactive and will not be included in the cascaded style.

Warnings: