Search notes:

CSSStyleDeclaration (interface)

A CSSStyleDeclaration interface might be obtained from

Methods and properties

cssFloat
cssText
getPropertyCSSValue() Deprecated
getPropertyPriority()
getPropertyValue()
Instance methods
item()
length
msGetPropertyEnabled() Non-standard
msPutPropertyEnabled() Non-standard
parentRule
removeProperty()
setProperty() Sets a new value for a property. Compare .setProperty('color', 'red') with xyz.style.color = 'red'.

Index