CSSRuleList : Object

Array of CSS rules.

Browser/User Agent Support

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

Constructors

ConstructorIEMozillaNetscapeOperaSafariNetscapte
Array of CSS rules.
no1.0+no9.0+1.0+no
 

Properties

PropertyIEMozillaNetscapeOperaSafariNetscapte
Number of CSS rules in the CSS rule list.
no1.0+no9.0+1.0+no
 

Methods

MethodIEMozillaNetscapeOperaSafariNetscapte
Returns the CSSRule object from the specified position.
no1.0+no9.0+1.0+no
 

For examples, see the quirksmode test page:

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

Availability

HTML DOM Level 2 | W3C

Constructor Detail

CSSRuleList CSSRuleList()

Array of CSS rules.

Visibility
internal

Property Detail

Number length - read only

Number of CSS rules in the CSS rule list.

Availability

HTML DOM Level 2 | W3C

Method Detail

item(Number index) : static CSSRule

Returns the CSSRule object from the specified position.

NumberindexIndex of the CSS rule to return.

Availability

HTML DOM Level 2 | W3C