Provides a method to create a CSSStyleSheet object outside of the document.
Platform Support
IE | Mozilla | Netscape | Opera | Safari | no | 1.0+ | no | no | no |
---|
Constructors
Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | ||
---|---|---|---|---|---|---|---|---|
DOMImplementationCSS Constructor() : DOMImplementationCSS
Provides a method to create a CSSStyleSheet object outside of the document.
|
Show Details | no | 1.0+ | no | no | no | ||
DOMImplementationCSS() : DOMImplementationCSSProvides a method to create a CSSStyleSheet object outside of the document. Returns
|
Functions
Method | Action | IE | Mozilla | Netscape | Opera | Safari | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
createCSSStyleSheet(DOMString title, [DOMString media]) : CSSStyleSheet
Creates a new CSSStyleSheet object.
|
Show Details | no | 1.0+ | no | no | no | ||||||||
Parameters
Returns
|
Availability
HTML DOM Level 2|W3C