Posted by askoppal in
Dhtml,
Hacking on 04 3rd, 2009 |
No Comments
Interactive DHTML
JUST DRAG AND PLAY
Your browser does not support iframes.
<html>
<head>
<style type="text/css">
body {cursor:crosshair;margin:0; padding:0; position:absolute; overflow:hidden; background:#000; left:0; top:0; width:100%; height:100%;}
.worm {position:absolute;z-index:2000;cursor:pointer;}
</style>
<script...