DekGenius.com
Team LiB   Previous Section   Next Section
CSSRuleList.item( ) get the CSSRule at the specified position

Availability

DOM Level 2 CSS

Synopsis

CSSRule item(unsigned long index);

Arguments

index

The position of the rule to retrieve.

Returns

The CSSRule object at the specified position, or null if index is not a valid position.

    Team LiB   Previous Section   Next Section