StyleSheetList : Object

Array of StyleSheet objects.

Browser/User Agent Support

IEMozillaNetscapeOperaSafariNetscapte
no1.0+6.0+7.0+1.0+no

Constructors

ConstructorIEMozillaNetscapeOperaSafariNetscapte
Array of StyleSheet objects.
no1.0+6.0+7.0+1.0+no
 

Properties

PropertyIEMozillaNetscapeOperaSafariNetscapte
Number of StyleSheet objects in the array.
no1.0+6.0+7.0+1.0+no
 

Methods

MethodIEMozillaNetscapeOperaSafariNetscapte
Returns the StyleSheet found at the specified index position in the array.
no1.0+6.0+7.0+1.0+no
 

References

Availability

HTML DOM Level 2 | W3C

Constructor Detail

StyleSheetList StyleSheetList()

Array of StyleSheet objects.

Visibility
internal

Property Detail

Number length - read only

Number of StyleSheet objects in the array.

Availability

HTML DOM Level 2 | W3C

Method Detail

item(Number index) : static StyleSheet

Returns the StyleSheet found at the specified index position in the array.

NumberindexIndex position of the StyleSheet.

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/item.html

Availability

HTML DOM Level 2 | W3C