Exposes the title attribute of the style or link element that owns the current styleSheet object. Since the attribute does not affect user
Returns a collection of rule objects nested within the current styleSheet object. The W3C DOM equivalent (implemented in Netscape 6 and IE 5/Mac
Specifies whether the style sheet can be modified under script control. Style sheets imported through a link element or an @import rule cannot b
For a styleSheet object generated by virtue of inclusion with an @page rule, the parentStyleSheet property returns a reference to the styleS
Returns a collection (array) of page objects ( @page rules) nested within a styleSheet object. For Netscape 6, you must loop through all cssR
Returns a reference to the style or link element object that defines the current styleSheet object. Each document maintains a collection of s
For a styleSheet object brought into the document via an @import rule, returns a reference to that @import rule object (a W3C DOM CSSImportR
Returns a reference to the document tree node that contains the styleSheet object. This node is either a style or link element, depending on
Specifies the intended output device for the content governed by the style sheet (reflecting the media attribute of the link and style element
Returns a collection (array) of styleSheet objects imported into an explicit styleSheet object via the @import rule. See the imports collec
This is the URL specified by a link element's href attribute (when the link is used to import a style sheet). This value is read/write in IE fo
Specifies whether the styleSheet element is available for user interaction. When set to true, the element cannot receive focus or be modified by the u
Contains the entire text (as a string) of all rules defined in the style sheet. This is useful primarily if you wish to replace the entire set of ru
Returns a collection of cssRule objects nested within the current styleSheet object. The IE-only equivalent is the rules property. See the c
The styleSheet object represents a style sheet that may have been created as a style element or imported with a link element or @import sta