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