November 2001
Intermediate to advanced
936 pages
68h 43m
English
CSSStyleDeclaration.getPropertyCSSValue( ) — return a CSS attribute value as an object
DOM Level 2 CSS
CSSValue getPropertyCSSValue(String propertyName);propertyName
The name of the desired CSS attribute.
A CSSValue object that represents the value of the named attribute if
it is explicitly specified in this style declaration, or
null if the named attribute is not specified. This
method also returns null if
propertyName specifies a CSS shorthand
attribute, since shorthand attributes specify more than one value and
cannot be represented with CSSValue objects.