Javascript Reference
Categories: LinkStyle

javascript LinkStyle sheet

@Aug. 27, 2008, 2:47 a.m.
sheet Firefox/Netscape/NN 6 IE n/a Chrome/Safari/DOM 1  

 

Read-only  

Returns a reference to the styleSheet object (CSSStyleSheet object in W3C DOM terminology) linked into the current document when a style sheet is specified as the target of the link element. IE for Windows provides a similar property for a link element object: styleSheet.

 
Dom LinkStyle Sample
 
var extSS = document.getElementById("link3").sheet;
 
Value

styleSheet object reference.

 
Default

None.


Powered by Linode.