Javascript Reference
Categories: LINK

javascript LINK styleSheet

@March 15, 2008, 1:22 a.m.
styleSheetFirefox/Netscape/NN n/a IE 5(Win) Chrome/Safari/DOM n/a  

Read-only  

This nonstandard convenience property returns a reference to the styleSheet object linked into the current document when a style sheet is specified as the target of the link element. Netscape 6 provides a similar property: sheet.

 
Example
 
var extSS = document.getElementById("link3").styleSheet;
 
Value

styleSheet object reference.

 
Default

None.


Powered by Linode.