StyleSheet.cssText (Property)

The CSS text belonging to a style sheet.

Availability:

JScript - 5.0
Internet Explorer - 5.0
Property/method value type:String primitive
JavaScript syntax:IEmyStyleSheet.cssText

This is the source text of the entire CSS text for the whole style sheet. This is not the same as the cssText property for individual style rules. It is equivalent to all of those individual cssText values concatenated together.