ZVON > References > DOM2 Reference

getComputedStyle (method )

Owning interface and usage:  
ViewCSS.getComputedStyle(elt, pseudoElt)

Member of these other interfaces:  
none

Description:  
This method is used to get the computed style as it is defined in [CSS2] .

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

Returns:  
CSSStyleDeclaration -  The computed style. The CSSStyleDeclaration is read-only and contains only absolute values.

Exceptions:  
none