styleSheet property
[For the style element, styleSheet is no longer supported. Starting with Internet Explorer 11, use sheet. For info, see Compatibility changes.]
Retrieves an interface pointer that provides access to the style sheet object's properties and methods.
Syntax
| JavaScript | |
|---|
Property values
Type: Object
the interface pointer.
Remarks
A null value for p indicates that there is no style sheet for the object.
See also
Show: