Note : The StyleSheets collection is Internet Explorer 4.0 specific. For properties of Style Sheets, see the StyleSheet Object topic.
The StyleSheets collection is an ordered, indexed (by order in the source) array, containing a reference to every Style Sheet object in the document. I.e. a collection of <LINK> and/or <STYLE> element.
StyleSheet Objects would normally be retrieved by their index in the StyleSheets collection (for example document.StyleSheets(1) contains a reference to the second stylesheet (which maybe from a <LINK> or <STYLE> element), but a string value can be used, as long as that string is a valid identifier (ID attribute value) for a stylesheet element in the document.
length
The length property returns the number of stylesheet objects in the collection. Note that the length count starts at 1, not 0 as the stylesheets collection index does. Therefore, the length property may return a value of 5, but to access the 3rd element, you'd need to use document.stylesheets(2).property
item
The item method retrieves single items, or sub-collections from the StyleSheets collection. It accepts the following arguments:
all.item(index, sub-index)
If index is a number, then the method returns a reference to the stylesheet object at that position in the stylesheets collections index.
If the index property is a string value, then the item method returns a sub-collection, containing a reference to every stylesheet in the document that has its ID or NAME attribute set to the string contained in the index argument. To retrieve certain stylesheet objects from this sub-collection, the sub-index argument must be used.
© 1995-1998, Stephen Le Hunte
Questions:
| file: /techref/language/html/ib/Scripting_Reference/csscol.htm, 3KB, , updated: 2006/9/21 05:05, local time: 2008/11/21 03:22,
38.103.63.59:LOG IN
|
| ©2008 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? Please DO link to this page! Digg it! <A HREF="http://piclist.org/techref/language/html/ib/Scripting_Reference/csscol.htm"> The StyleSheets collection</A> |
| Did you find what you needed? |
|
o List host: MIT, Site host massmind.org, Top posters @20081121 Apptech, Jinx, Xiaofan Chen, olin piclist, Vitaliy, William \Chops\ Westfield, Tamas Rudnai, Alan B. Pearce, JonnyMac, Gerhard Fiedler, * Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Shultz Electronics, Timothy Weber, on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
|
.