Represents a Document that has a CSSView.
Platform Support
| IE | Mozilla | Netscape | Opera | Safari | Chrome | no | 1.0+ | no | no | no | no |
|---|
Constructors
| Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | ||
|---|---|---|---|---|---|---|---|---|---|
|
DocumentCSS Constructor() : DocumentCSS
Represents a Document that has a CSSView.
|
Show Details | no | 1.0+ | no | no | no | no | ||
DocumentCSS() : DocumentCSSRepresents a Document that has a CSSView. Returns
|
|||||||||
Functions
| Method | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
getOverrideStyle(Element elt, [DOMString pseudoElt]) : CSSStyleDeclaration
Changes the style of an element without modifying the stylesheets linked to the document.
|
Show Details | no | 1.0+ | no | no | no | no | ||||||||
|
Parameters
Returns
|
|||||||||||||||
Availability
HTML DOM Level 2|W3C