cssRules
Returns all of the CSS rules in the stylesheet as an array.
Syntax
rules = stylesheet.cssRules
Parameters
rules is an array of individual cssRule objects.
Example
Notes
See DOM cssRule Object.
Specification
Netscape Communications http://developer.netscape.com |