Javascript Reference
Categories: styleSheets

javascript styleSheets Description

@March 15, 2008, 1:22 a.m.
styleSheets, StyleSheetListFirefox/Netscape/NN 6 IE 4 Chrome/Safari/DOM 2  

  

A collection of styleSheet objects that are members of a document object. The W3C DOM abstract representation of this collection is called a StyleSheetList object. Members of this collection are accessed via their integer index number, but you may iterate through the collection and examine properties of each style sheet object (such as the selectorText property) to distinguish one rule from another.

 
Object Model Reference
 
document.styleSheets
 
Object-Specific Properties

length

 
Object-Specific Methods

item( )

 
Object-Specific Event Handler Properties

None.


Powered by Linode.