Mega Code Archive

 
Categories / JavaScript Reference / Javascript Collections
 

StyleSheets Syntax Parameters and Note

Note: Returns an array of all the style sheets in the <link> and <style> elements.      Syntax:      document.styleSheets // returns all style sheets document.styleSheets(param1, param2) // returns an individual style sheet Parameters:     param1   Required; zero-based index or                        the desired member's id or name attribute.     param2   Optional; the zero-based index for the result returned                         if param1 matches more than one element.