November 2001
Intermediate to advanced
936 pages
68h 43m
English
CSSValueList.item( ) — get the CSSValue at the specified position
DOM Level 2 CSS
CSSValue item(unsigned long index);index
The position of the desired CSSValue.
The CSSValue object at the specified position in this CSSValueList,
or null if index is
negative or is greater than or equal to length.