|

How this Works:
- Paste
Java Script in the Body
- Insert the image in the page
<span id="anim" style="position:relative;"><img
src="tbttrfly.gif"></span>
- At the bottom of your HTML page, after
</html> tag add this Java Script:
<script language="JavaScript1.2">
mover('anim');
</script>
|
|