CssRule.cssText
Summary
cssText returns the current text style rule.
Syntax
string = cssRule.cssText
Instance
if (myRule.cssText.indexOf ("background-color")! = -1) { bgRule = MyRule; } ...
Specification
DOM Level 2 Style - cssRule
Summary
cssText returns the current text style rule.
string = cssRule.cssText
if (myRule.cssText.indexOf ("background-color")! = -1) { bgRule = MyRule; } ...
DOM Level 2 Style - cssRule