View Single Post

Old 09-22-2008, 09:09 PM   #5
MC Malicious Gravy
VIP MEGA EURO STAR
 
MC Malicious Gravy's Avatar
 
MC Malicious Gravy is offline
Join Date: Jun 2006
Location: Los Angeles, CA (USA)
Posts: 539
Marketplace Rating: 0
Send a message via PM  to MC Malicious Gravy
hentai (DJMP) / GRAVY (Technika)
Default

Quote:
Originally Posted by AceJay View Post
Doesn't work on Google Chrome so I;m assuming it won't work on FF either. It's just a script that makes the whole page move circular
Actually, there was a space in the script (I hate when text forms do that), so it's actually:
Code:
javascript:x=0;e=document.body;e.style.position="absolute";function rt(){e.style.top=100-(50*Math.cos(x*Math.PI/180))+"px";e.style.left=100+(50*Math.sin(x*Math.PI/180))+"px";x+=5};setInterval("rt()",50);void(0);
__________________

<-faizebook
///thats smoky style -tjon
tee hee~♪
  Reply With Quote