StyleSheet : Object

Represents a stylesheet object.

Browser/User Agent Support

IEMozillaNetscapeOperaSafariNetscapte
4.0+1.0+6.0+7.0+1.0+no

Constructors

ConstructorIEMozillaNetscapeOperaSafariNetscapte
Represents a stylesheet object.
4.0+1.0+6.0+7.0+1.0+no
 

Properties

PropertyIEMozillaNetscapeOperaSafariNetscapte
If true, indicates that the stylesheet is disabled.
4.0+1.0+6.0+7.0+1.0+no
 
URL for the stylesheet.
4.0+1.0+6.0+7.0+1.0+no
 
List of media types that the stylesheet should be associated with.
4.0+1.0+6.0+7.0+1.0+no
 
Document node that contains the link to the stylesheet.
no1.0+6.0+7.0+1.0+no
 
Parent stylesheet to this stylesheet.
4.0+1.0+6.0+7.0+1.0+no
 
Title of the stylesheet.
4.0+1.0+6.0+7.0+1.0+no
 
MIME type for the stylesheet.
4.0+1.0+6.0+7.0+1.0+no
 

References

CSSStyleSheet | Document.styleSheets | LinkStyle

Availability

HTML DOM Level 2 | W3C

Constructor Detail

StyleSheet StyleSheet()

Represents a stylesheet object.

Visibility
internal

Property Detail

Boolean disabled

If true, indicates that the stylesheet is disabled.

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/stylesheets.html

Availability

HTML DOM Level 2 | W3C

String href - read only

URL for the stylesheet.

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/stylesheets.html

Availability

HTML DOM Level 2 | W3C

MediaList media - read only

List of media types that the stylesheet should be associated with.

Availability

HTML DOM Level 2 | W3C

Node ownerNode - read only

Document node that contains the link to the stylesheet.

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/stylesheets.html

Availability

HTML DOM Level 2 | W3C

StyleSheet parentStyleSheet - read only

Parent stylesheet to this stylesheet.

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/stylesheets.html

Availability

HTML DOM Level 2 | W3C

String title - read only

Title of the stylesheet.

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/innerhtml.html

Availability

HTML DOM Level 2 | W3C

String type - read only

MIME type for the stylesheet.

Availability

HTML DOM Level 2 | W3C