style.cssText (Property)

The CSS style sheet specification source text for this style object.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:String primitive
JavaScript syntax:IEmyStyle.cssText

This property returns the contents of the entire style sheet rule that this style object belongs to. You can also assign a new CSS text value to this property in accordance with the style sheet syntax rules.

Property attributes:

ReadOnly.