AvailabilityDOM Level 2 StyleSheets SynopsisStyleSheet item(unsigned long index); Arguments
ReturnsThe StyleSheet object at the specified position within the array, or null if index is negative or is greater than or equal to length. Note that in JavaScript, it is usually simpler to treat a StyleSheetList object as an array and index it using square-bracket array notation instead of calling this method. |