CSSStyleRule : CSSRule
Return to: HTML DOM Level 2 index

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

CSSStyleRule() : CSSStyleRule

CSS style rule in a CSS style sheet.

Returns
CSSStyleRule

Visibility
internal

Properties

Property Action IE Mozilla Netscape Opera Safari Chrome
selectorText : String
Specifies the name of the CSS selector that the rule applies to.
Show Details 5.0+ 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

style : CSSStyleDeclaration
Style values for the CSS selector.
Show Details no 1.0+ no 9.0+ 1.0+ no

For examples, see the quirksmode test page:

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

Availability

HTML DOM Level 2|W3C

References

CSSStyleDeclaration

Availability

HTML DOM Level 2|W3C

text_javascript aptana_docs