Represents an import rule in a CSS style sheet.
Platform Support
| IE | Mozilla | Netscape | Opera | Safari | Chrome | no | 1.0+ | no | 9.0+ | 1.0+ | no |
|---|
Constructors
| Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | ||
|---|---|---|---|---|---|---|---|---|---|
|
CSSImportRule Constructor() : CSSImportRule
Represents an import rule in a CSS style sheet.
|
Show Details | no | 1.0+ | no | 9.0+ | 1.0+ | no | ||
CSSImportRule() : CSSImportRuleRepresents an import rule in a CSS style sheet. Returns
|
|||||||||
Properties
| Property | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome |
|---|---|---|---|---|---|---|---|
|
href
: String
URL of the imported CSS style sheet.
|
Show Details | 5.0+ | 1.0+ | no | 9.0+ | 1.0+ | no |
|
|||||||
|
media
: MediaList
Media types that the imported CSS style sheet applies to.
|
Show Details | no | 1.0+ | no | 9.0+ | 1.0+ | no |
|
|||||||
|
styleSheet
: CSSStyleSheet
CSSStyleSheet object that represents the imported CSS style sheet.
|
Show Details | no | 1.0+ | no | 9.0+ | 1.0+ | no |
|
|||||||
Availability
HTML DOM Level 2|W3C