javascript styleSheet type

typeNN 6 IE 4 DOM 2  

Read-only  

Returns the style sheet MIME type specified by the type attribute of the style or link element.

 
Example
 
if (document.styleSheets[0].type == "text/css") {
    ...
}
 
Value

String (text/css for typical CSS style sheets).

 
Default

None.


1961,Nickname,Homepage or email,Comments here,Add comment