Recent Changes - Search:

Main.SideBar (edit)



SimpleAnimation


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>

<STYLE type="text/css">
<!--
.moveimage { position:absolute; left:200; top:10; z-index:2 }
.hiddentext { position:absolute; left:200; top:10; font-weight:700;
        width:100;  z-index:1 }
-->
</STYLE>

<SCRIPT language="JavaScript">
<!--

function moveit(spot) {
        document.all.reveal.innerHTML=
        "<h2 style='background-color:#99FFCC '>&nbsp;&nbsp;&nbsp;Hey Presto!&nbsp;&nbsp;&nbsp;</h2>";

        var picture=document.all.reveal.style;
        if (spot<300) 	{
                picture.left = spot;
                spot += 5;
                setTimeout('moveit(' + spot + ')', 50);
        }
}

//-->
</SCRIPT>

</head>

<body>

<A HREF="javascript:moveit(150)">Click to reveal >></A>&nbsp;&nbsp;&nbsp;
<DIV ID="reveal" class="moveimage" >
<h2 style="background-color:#FF6600 ">&nbsp;&nbsp;&nbsp;Cover Up!&nbsp;&nbsp;&nbsp;</h2>
</DIV>
<DIV class="hiddentext">
Nothing to see here
</DIV>


</body>
</html>

Edit - History - Print - Recent Changes - Search
Page last modified on January 18, 2005, at 02:03 PM