ZVON > References > DOM2 Reference

getOverrideStyle (method )

Owning interface and usage:  
DocumentCSS.getOverrideStyle(elt, pseudoElt)

Member of these other interfaces:  
none

Description:  
This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.

Parameters:  
Element elt  -  The element whose style is to be modified. This parameter cannot be null.
DOMString pseudoElt  -  The pseudo-element or null if none.

Returns:  
CSSStyleDeclaration -  The override style declaration.

Exceptions:  
none