getPropertyValue
(method
)
Owning interface and usage:
CSSStyleDeclaration.
getPropertyValue(
propertyName)
Member of these other interfaces:
none
Description:
Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.
Parameters:
Returns:
DOMString -
Returns the value of the property if it has been explicitly set for this declaration block. Returns the empty string if the
property has not been set.
Exceptions:
none
_____________________________________________