CSSValueList : CSSValue

Array of CSSValue objects.

Browser/User Agent Support

IEMozillaNetscapeOperaSafariNetscapte
no1.0+nononono

Constructors

ConstructorIEMozillaNetscapeOperaSafariNetscapte
Array of CSSValue objects.
no1.0+nononono
 

Properties

PropertyIEMozillaNetscapeOperaSafariNetscapte
Number of CSSValue objects in CSSValueList.
no1.0+nononono
 

Methods

MethodIEMozillaNetscapeOperaSafariNetscapte
Returns the specified CSSValue object.
no1.0+nononono
 

Availability

HTML DOM Level 2 | W3C

Constructor Detail

CSSValueList CSSValueList()

Array of CSSValue objects.

Visibility
internal

Property Detail

Number length - read only

Number of CSSValue objects in CSSValueList.

Availability

HTML DOM Level 2 | W3C

Method Detail

item(Number index) : static CSSValue

Returns the specified CSSValue object.

NumberindexPosition in the CSSValueList array to return the CSSValue from.

For examples, see the quirksmode test page:

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

Availability

HTML DOM Level 2 | W3C