um i cant get this to work but im really confused by the fact that when i scroll my mouse over the link very fast multiple times it seems to break and just keep going does anyone know why?Code:var $pixel=2; function $space(){ spool=setInterval("$time()", 100); } function $time(){ $pixel+=2; document.getElementById("move").style.marginLeft=$pixel+"px"; clearInterval(spool); if($pixel==70){ clearInterval(spool); }}


Reply With Quote

Bookmarks