Nice trick :P

Chris S

Retired
Messages
2,055
Reaction score
1
Points
38
t2t2 this is for you

Code:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName('td'); DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0)
 

ikki()

New Member
Messages
59
Reaction score
0
Points
0
I saw this on another site before. It's pretty cool, but I prefer doing it on a site with many images, atleast 100+.
 

t2t2t

New Member
Messages
690
Reaction score
0
Points
0
Chris S said:
t2t2 this is for you

Code:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName('td'); DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0)
*Face looks like just saw a ghost*

*No, really*

Heres some rep and point(s) for you (notice s, i officaly wrote 1 point)
 

SEÑOR

The Guy Everyone Hates
Messages
4,638
Reaction score
0
Points
0
Chris S said:
t2t2 this is for you

Code:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName('td'); DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0)


Thanks for crashing my Internet :p
 

Joker Boy

New Member
Messages
660
Reaction score
0
Points
0
Nice, but nothing compared to this:

javascript: document.body.contentEditable = 'true'; doument.designMode = 'on'; void 0


try it!
 

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
yup, i've tried that one, i think it's pretty sweet
 

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
it lets you move all of the pictures and stuff around, it obviously does not save it, but good for designing purposes
 
Top