Value of a CSS style attribute.
Platform Support
| IE | Mozilla | Netscape | Opera | Safari | no | 1.0+ | no | no | no |
|---|
Constructors
| Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | ||
|---|---|---|---|---|---|---|---|---|
|
CSSValue Constructor() : CSSValue
Value of a CSS style attribute.
|
Show Details | no | 1.0+ | no | no | no | ||
CSSValue() : CSSValueValue of a CSS style attribute. Returns
|
||||||||
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 |
|
||||||
References
CSSPrimitiveValue|CSSValueList
Availability
HTML DOM Level 2|W3C
