AvailabilityDOM Level 2 CSS SynopsisString getPropertyValue(String propertyName); Arguments
ReturnsThe string value of the named CSS attribute, or the empty string if that attribute is not explicitly set in this declaration block. DescriptionThis method returns the value of the named CSS attribute as a string. Unlike getPropertyCSSValue( ), this method works with shortcut attributes as well as regular attributes. See also the various convenience properties of the CSS2Properties interface. |