getStyle

public function getStyle(n:String/Element, na:String, c:Boolean):String
Returns the current style or runtime/computed value of a element.

Params

Name Type Description
n String/Element HTML element or element id string to get style from.
na String Style name to return.
c Boolean Computed style.

Returns

String Current style or computed style value of a element.