Represents a Document that has a CSSView.
Browser/User Agent Support
| IE | Mozilla | Netscape | Opera | Safari | Netscapte | no | 1.0+ | no | no | no | no |
|---|
Constructors
| Constructor | IE | Mozilla | Netscape | Opera | Safari | Netscapte |
|---|---|---|---|---|---|---|
Represents a Document that has a CSSView. | no | 1.0+ | no | no | no | no |
Methods
| Method | IE | Mozilla | Netscape | Opera | Safari | Netscapte |
|---|---|---|---|---|---|---|
Changes the style of an element without modifying the stylesheets linked to the document. | no | 1.0+ | no | no | no | no |
Availability
HTML DOM Level 2 | W3C
Constructor Detail
Method Detail
getOverrideStyle(Element elt, [DOMString pseudoElt]) : CSSStyleDeclaration
Changes the style of an element without modifying the stylesheets linked to the document.
| Element | elt | Element to modify the style for. |
| DOMString | pseudoElt | Optional pseudo-element to modify the style for. (optional) |
- Availability
HTML DOM Level 2 | W3C
