styleSheets property
Gets the collection of style sheets for the document.
This property is read-only.
Syntax
| JavaScript |
|---|
p = object.styleSheets |
Property values
Type: StyleSheetList
Remarks
Style sheets that are imported using the @import rule and are contained within the style object are available through the imports collection.
Show: