<html>
<head>
<title>Abakada CSS Demo: backgroundImage Property</title>
<link rel="stylesheet" href="/shared/netdemos.css">
</head>
<body>
<!-- #include virtual="~/shared/top.inc" -->
<div class="header"><h2>Abakada CSS Demo: <span class="hilite">backgroundImage</span> Property</h2></div>
<hr size=1 width=92%>
<center>
<h5>This example uses inline event handlers to dynamically change an object's background image.</h5>
<p style="font: bold 13pt arial; padding: 15; color: beige; background-image: url( '../shared/images/heads.jpg' )"
onmouseover="this.style.backgroundImage='url( ../shared/images/links.jpg )'"
onmouseout="this.style.backgroundImage='url( ../shared/images/heads.jpg )'">
Mouse over and out of this object to change it�s background image.
</p>
<img src="../shared/images/links.jpg" width=1 height=1 style="visibility: hidden">
<img src="../shared/images/heads.jpg" width=1 height=1 style="visibility: hidden">
</center>
<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>