TOC PREV NEXT INDEX

domref



styleSheets


The stylesheets property returns a list of the stylesheet objects on the current document.

Syntax

style_sheets = document.stylesheets
 

Parameters

style_sheets is a nodeList of stylesheet objects.

Example

None.
 

Notes

None.

Specification

DOM Level 0. Not part of specification.


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX