javascript styleElement styleSheet
| styleSheet | NN n/a IE 6(Win) DOM n/a |
| Read-only | |
|
Returns a styleSheet object representing the style sheet defined by the style element. This is property is present, but doesn't seem to be officially supported. The document.styleSheets collection is a better approach. |
|
| Example | |
var oneSheet = document.getElementById("myStyle").styleSheet;
|
|
| Value | |
Reference to a styleSheet object. |
|
| Default | |
None. |
|
Previous: javascript styleElement type
1944,Nickname,Homepage or email,Comments here,Add comment
