'styleSheet' Example : styleSheet « Javascript Objects « JavaScript Reference

'styleSheet' Example

    
<html>
<body>
<style>body {background-color: white;}</style>
<button onclick="document.styleSheets(0).rules(0).style.backgroundColor = 'blue';">
Change color
</button>
</body>
</html>

    
      
      








Related examples in the same category

1.'styleSheet' Syntax and Note
2.'styleSheet' CSS Attributes and JavaScript Style Properties
3.'styleSheet' JavaScript Properties
4.'styleSheet' JavaScript Methods
5.'styleSheet' JavaScript Collections