Allows you to retrieve CSS stylesheets that are embedded in a document.
Platform Support
IE | Mozilla | Netscape | Opera | Safari | 3.0+ | 1.0+ | 2.0+ | 7.0+ | 1.0+ |
---|
Constructors
Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | ||
---|---|---|---|---|---|---|---|---|
DocumentStyle Constructor() : DocumentStyle
Allows you to retrieve CSS stylesheets that are embedded in a document.
|
Show Details | 3.0+ | 1.0+ | 2.0+ | 7.0+ | 1.0+ | ||
DocumentStyle() : DocumentStyleAllows you to retrieve CSS stylesheets that are embedded in a document. Returns
|
Properties
Property | Action | IE | Mozilla | Netscape | Opera | Safari |
---|---|---|---|---|---|---|
styleSheets
: StyleSheetList
Array of the stylesheets embedded in a document or linked into a document.
|
Show Details | 3.0+ | 1.0+ | 2.0+ | 7.0+ | 1.2+ |
|
Availability
HTML DOM Level 2|W3C