CSSMediaRule : CSSRule
Return to: HTML DOM Level 2 index

Represents a media 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
CSSMediaRule Constructor() : CSSMediaRule
Represents a media rule in a CSS style sheet.
Show Details no 1.0+ no 9.0+ 1.0+ no

CSSMediaRule() : CSSMediaRule

Represents a media rule in a CSS style sheet.

Returns
CSSMediaRule

Visibility
internal

Properties

Property Action IE Mozilla Netscape Opera Safari Chrome
cssRules : CSSRuleList
Array of all rules nested within the rule block.
Show Details no 1.0+ no 9.0+ 1.0+ no

For examples, see the quirksmode test page:

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

Availability

HTML DOM Level 2|W3C

media : MediaList
Array of media types that the nested rules apply to.
Show Details no 1.0+ no 9.0+ 1.0+ no
Availability

HTML DOM Level 2|W3C

Functions

Method Action IE Mozilla Netscape Opera Safari Chrome
deleteRule(Number index) : void
Deletes the specified rule from the CSSRules array.
Show Details no 1.0+ no 9.0+ no no

Parameters
Number index Position in the CSSRules array where the rule to be deleted is located.

Returns
void

For examples, see the quirksmode test page:

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

See Also

CSSMediaRule.insertRule

Availability

HTML DOM Level 2|W3C

insertRule(String rule, Number index) : Object
Inserts the specified rule into the CSSRules array at the specified position.
Show Details no 1.0+ no 9.0+ no no

Parameters
String rule Rule to insert.
Number index Position to insert the rule in the CSSRules array.

Returns
Object

For examples, see the quirksmode test page:

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

See Also

CSSMediaRule.deleteRule

Availability

HTML DOM Level 2|W3C

Availability

HTML DOM Level 2|W3C

text_javascript aptana_docs