Represents a stylesheet object.
Browser/User Agent Support
| IE | Mozilla | Netscape | Opera | Safari | Netscapte | 4.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ | no |
|---|
Constructors
| Constructor | IE | Mozilla | Netscape | Opera | Safari | Netscapte |
|---|---|---|---|---|---|---|
Represents a stylesheet object. | 4.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ | no |
Properties
| Property | IE | Mozilla | Netscape | Opera | Safari | Netscapte |
|---|---|---|---|---|---|---|
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. | no | 1.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
Property Detail
Boolean disabled
If true, indicates that the stylesheet is disabled.
-
For examples, see the quirksmode test page:
- Availability
HTML DOM Level 2 | W3C
String href - read only
URL for the stylesheet.
-
For examples, see the quirksmode test page:
- 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:
- Availability
HTML DOM Level 2 | W3C
StyleSheet parentStyleSheet - read only
Parent stylesheet to this stylesheet.
-
For examples, see the quirksmode test page:
- Availability
HTML DOM Level 2 | W3C
String title - read only
Title of the stylesheet.
-
For examples, see the quirksmode test page:
- Availability
HTML DOM Level 2 | W3C
String type - read only
MIME type for the stylesheet.
- Availability
HTML DOM Level 2 | W3C
