javascript styleElement sheet
| sheet | NN 6 IE n/a DOM n/a |
| Read-only | |
|
Returns a styleSheet object (W3C DOM type CSSStyleSheet) representing the style sheet defined by the style element. This is an alternate (and nonstandard) way to reference a styleSheet object. The document.styleSheets collection is a better approach. |
|
| Example | |
var oneSheet = document.getElementById("myStyle").sheet;
|
|
| Value | |
Reference to a styleSheet object (W3C DOM type CSSStyleSheet). |
|
| Default | |
None. |
|
Previous: javascript styleElement styleSheet
1943,Nickname,Homepage or email,Comments here,Add comment
