CSSStyleRule : CSSRule

CSS style rule in a CSS style sheet.

Browser/User Agent Support

IEMozillaNetscapeOperaSafariNetscapte
no1.0+no9.0+1.0+no

Constructors

ConstructorIEMozillaNetscapeOperaSafariNetscapte
CSS style rule in a CSS style sheet.
no1.0+no9.0+1.0+no
 

Properties

PropertyIEMozillaNetscapeOperaSafariNetscapte
Specifies the name of the CSS selector that the rule applies to.
5.0+1.0+no9.0+1.0+no
 
Style values for the CSS selector.
no1.0+no9.0+1.0+no
 

References

CSSStyleDeclaration

Availability

HTML DOM Level 2 | W3C

Constructor Detail

CSSStyleRule CSSStyleRule()

CSS style rule in a CSS style sheet.

Visibility
internal

Property Detail

String selectorText

Specifies the name of the CSS selector that the rule applies to.

For examples, see the quirksmode test page:

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

Availability

HTML DOM Level 2 | W3C

CSSStyleDeclaration style - read only

Style values for the CSS selector.

For examples, see the quirksmode test page:

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

Availability

HTML DOM Level 2 | W3C