November 2001
Intermediate to advanced
936 pages
68h 43m
English
CSSRuleList.item( ) — get the CSSRule at the specified position
DOM Level 2 CSS
CSSRule item(unsigned long index);index
The position of the rule to retrieve.
The CSSRule object at the specified position, or
null if index is not a
valid position.