<html>
<head>
<title>Abakada DHTML Demo: CSS top Attribute</title>
<link rel="stylesheet" href="/shared/netdemos.css">
</head>
<body>
<!-- #include virtual="~/shared/top.inc" -->
<div class="header"><h2>Abakada DHTML Demo: CSS top Attribute</h2></div>
<hr size=1 width=92%>
<div align="center">
<p id="msg">This example uses inline event handlers to dynamically change an object's CSS <b>top</b> attribute in respose to mouse events.
Click to move top. Double-click to reset.</h5>
<img src="../shared/images/samp14.jpg"
height=125 width=125 border=0 alt=""
style="position:relative; top:0px"
onclick="this.style.top='-100px'"
ondblclick="this.style.top='0px'">
</div>
<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>