rule.runtimeStyle (Property)

The style values at run-time taking into account all cascades and dynamic style changes.

Availability:

JScript - 5.0
Internet Explorer - 5.0
Property/method value type:Style object
JavaScript syntax:IEmyRule.runtimeStyle

Various objects are used to describe the cascading style effect. Rules are associated with style sheets and yet more are instantiated and associated with objects. The current style takes into account the cascaded effect and run-time style further extends this to include style changes that are driven by scripts. This gives you a level of access that may help to un-cascade a style and apply new styling effects dynamically as needed.