javascript styleSheet type
| type | NN 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. |
|
Previous: javascript styleSheet addImport( )
1961,Nickname,Homepage or email,Comments here,Add comment
