<html>
<head>
<title>Abakada CSS Demo: backgroundColor Property</title>
<link rel="stylesheet" href="/shared/netdemos.css">
</style>
</head>
<body>
<div class="header"><h2>Abakada CSS Demo: <b>backgroundColor</b> Property</h2></div>
<hr size=1 width=92%>
<center>
<h4>This example uses <i>inline event handlers</i> to set an element's background color.</h4>
<p style="width: 70%; font: bold 16pt arial; cursor: hand; padding: 25"
onmouseover="this.style.backgroundColor='#7be'"
onclick="this.style.backgroundColor='#7bb'"
ondblclick="this.style.backgroundColor='#bb7'"
onmouseout="this.style.backgroundColor='transparent'">
Mouse over this element to change its background color.<br>
Click to change to another background color.<br>
Double-click to change to another background color.<br>
Move the mouse out to restore.
</p>
</center>
<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>