Array of CSSValue objects.
Platform Support
IE | Mozilla | Netscape | Opera | Safari | no | 1.0+ | no | no | no |
---|
Constructors
Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | ||
---|---|---|---|---|---|---|---|---|
CSSValueList Constructor() : CSSValueList
Array of CSSValue objects.
|
Show Details | no | 1.0+ | no | no | no | ||
CSSValueList() : CSSValueListArray of CSSValue objects. Returns
|
Inherited Properties
Property | Action | IE | Mozilla | Netscape | Opera | Safari |
---|---|---|---|---|---|---|
cssText
: String
Text representing the CSS value.
|
Show Details | no | 1.0+ | no | no | no |
|
||||||
cssValueType
: Number
Type of CSS value represented by the object. See remarks for possible values.
|
Show Details | no | 1.0+ | no | no | no |
|
Properties
Property | Action | IE | Mozilla | Netscape | Opera | Safari |
---|---|---|---|---|---|---|
length
: Number
Number of CSSValue objects in CSSValueList.
|
Show Details | no | 1.0+ | no | no | no |
|
Functions
Method | Action | IE | Mozilla | Netscape | Opera | Safari | |||||
---|---|---|---|---|---|---|---|---|---|---|---|
static item(Number index) : CSSValue
Returns the specified CSSValue object.
|
Show Details | no | 1.0+ | no | no | no | |||||
Parameters
Returns
|
Availability
HTML DOM Level 2|W3C