Javascript Reference
Objects > styleElement
javascript styleElement Description
The style element object reflects the style HTML element. This object is separate from the style object that is accessed as a property of vir
javascript styleElement disabled
Specifies whether rules in the style sheet should be applied to their selected elements. Although the corresponding disabled attribute does not wo
javascript styleElement media
Indicates the intended output device for the rules of the style element. The media property looks forward to the day when browsers are able to t
javascript styleElement sheet
Returns a styleSheet object (W3C DOM type CSSStyleSheet ) representing the style sheet defined by the style element. This is an alternate (and
javascript styleElement styleSheet
Returns a styleSheet object representing the style sheet defined by the style element. This is property is present, but doesn't seem to be offi
javascript styleElement type
This is the style sheet MIME type specified by the type attribute of the style element.

Powered by Linode.