Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

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

Etiquetas y colaboradores del documento

 Colaboradores en esta página: fscholz, arunpandianp, teoli, HenryGR
 Última actualización por: arunpandianp,