<html>
<head>
<title>Abakada DHTML Demo: Positioning Objects in X-Y Plane</title>
<link rel="stylesheet" href="/shared/netdemos.css">
<style type="text/css">
<!--
body {
overflow: hidden }
#theDiv {
position: absolute; visibility: hidden;
width: 100; height: 100 }
-->
</style>
<script language="JavaScript" src="move.js"></script>
</head>
<body>
<!-- #include virtual="~/shared/top.inc" -->
<div class="header"><h2>Abakada DHTML Demo: Positioning Objects in X-Y Plane</h2></div>
<hr size=1 width=92%>
<p class="small">
<a href="#" onclick="
init ( 'theDiv', centerX ( ), initTop ( ) );
move=setInterval ( 'slidefromTop ( 10, centerY ( ) )', 10 );
void ( 0 )">Move from Top</a>
<a href="#" onclick="
init ( 'theDiv', initLeft ( ), centerY ( ) );
move=setInterval ( 'slidefromLeft ( 10, centerX ( ) )', 10 );
void ( 0 )">Move from Left</a>
<a href="#" onclick="
init ( 'theDiv', initRight ( ), centerY ( ) );
move=setInterval ( 'slidefromRight ( 10, centerX ( ) )', 10 );
void ( 0 )">Move from Right</a>
<a href="#" onclick="
init ( 'theDiv', centerX ( ), initBott ( ) );
move=setInterval ( 'slidefromBottom ( 10, centerY ( ) )', 10 );
void ( 0 )">Move from Bottom</a>
</p>
<div style="height: 250"><!-- spacer --></div>
<div id="theDiv"><img src="../shared/images/footer.jpg" width=100 height=100 border=0 alt=""></div>
<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>