• ARCHIVES 
  • » :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

Pages: 12344

:D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

aidenlive
» FTalkGeek
FTalk Level: zero
1269
0
1969-12-31

:D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

:D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50; /**************************** * Tinkerbell Magic Sparkle * * (c) 2005 mf2fm web-design * * http://www.mf2fm.com/rv * *christiandelacruz08* * DON'T EDIT BELOW THIS BOX * ****************************/ var x=ox=400; var y=oy=300; var swide=800; var shigh=600; var sleft=sdown=0; var tiny=new Array(); var star=new Array(); var starv=new Array(); var starx=new Array(); var stary=new Array(); var tinyx=new Array(); var tinyy=new Array(); var tinyv=new Array(); window.onload=function() { if (document.getElementById) { var i, rats, rlef, rdow; for (var i=0; i<sparkles; i++) { var rats=createDiv(3, 3); rats.style.visibility="hidden"; document.body.appendChild(tiny[i]=rats); starv[i]=0; tinyv[i]=0; var rats=createDiv(5, 5); rats.style.backgroundColor="transparent"; rats.style.visibility="hidden"; var rlef=createDiv(1, 5); var rdow=createDiv(5, 1); rats.appendChild(rlef); rats.appendChild(rdow); rlef.style.top="2px"; rlef.style.left="0px"; rdow.style.top="0px"; rdow.style.left="2px"; document.body.appendChild(star[i]=rats); } set_width(); sparkle(); }} function sparkle() { var c; if (x!=ox || y!=oy) { ox=x; oy=y; for (c=0; c<sparkles; c++) if (!starv[c]) { star[c].style.left=(starx[c]=x)+"px"; star[c].style.top=(stary[c]=y)+"px"; star[c].style.clip="rect(0px, 5px, 5px, 0px)"; star[c].style.visibility="visible"; starv[c]=50; break; } } for (c=0; c<sparkles; c++) { if (starv[c]) update_star(c); if (tinyv[c]) update_tiny(c); } setTimeout("sparkle()", 40); } function update_star(i) { if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)"; if (starv[i]) { stary[i]+=1+Math.random()*3; if (stary[i]<shigh+sdown) { star[i].style.top=stary[i]+"px"; starx[i]+=(i%5-2)/5; star[i].style.left=starx[i]+"px"; } else { star[i].style.visibility="hidden"; starv[i]=0; return; } } else { tinyv[i]=50; tiny[i].style.top=(tinyy[i]=stary[i])+"px"; tiny[i].style.left=(tinyx[i]=starx[i])+"px"; tiny[i].style.width="2px"; tiny[i].style.height="2px"; star[i].style.visibility="hidden"; tiny[i].style.visibility="visible" } } function update_tiny(i) { if (--tinyv[i]==25) { tiny[i].style.width="1px"; tiny[i].style.height="1px"; } if (tinyv[i]) { tinyy[i]+=1+Math.random()*3; if (tinyy[i]<shigh+sdown) { tiny[i].style.top=tinyy[i]+"px"; tinyx[i]+=(i%5-2)/5; tiny[i].style.left=tinyx[i]+"px"; } else { tiny[i].style.visibility="hidden"; tinyv[i]=0; return; } } else tiny[i].style.visibility="hidden"; } document.onmousemove=mouse; function mouse(e) { set_scroll(); y=(e)?e.pageY:event.y+sdown; x=(e)?e.pageX:event.x+sleft; } function set_scroll() { if (typeof(self.pageYOffset)=="number") { sdown=self.pageYOffset; sleft=self.pageXOffset; } else if (document.body.scrollTop || document.body.scrollLeft) { sdown=document.body.scrollTop; sleft=document.body.scrollLeft; } else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) { sleft=document.documentElement.scrollLeft; sdown=document.documentElement.scrollTop; } else { sdown=0; sleft=0; } } window.onresize=set_width; function set_width() { if (typeof(self.innerWidth)=="number") { swide=self.innerWidth; shigh=self.innerHeight; } else if (document.documentElement && document.documentElement.clientWidth) { swide=document.documentElement.clientWidth; shigh=document.documentElement.clientHeight; } else if (document.body.clientWidth) { swide=document.body.clientWidth; shigh=document.body.clientHeight; } } function createDiv(height, width) { var div=document.createElement("div"); div.style.position="absolute"; div.style.height=height+"px"; div.style.width=width+"px"; div.style.overflow="hidden"; div.style.backgroundColor=colour; return (div); } // ]]>[/quote] [b]You can change the color of the [color=#FF0000]red[/color] part in the script..[/b][/spoiler] [b]add this code to your css for removing the horizontal scrollbar in your profile:[/b] [quote]/* REMOVE HORIZONTAL SCROLLBAR*/ body { overflow-x: hidden; }[/quote] [b]Credits:[/b] [spoiler]:arrow:[url=http://www.mf2fm.com/rv]http://www.mf2fm.com/rv[/url] :arrow: christiandelacruz08 :arrow: the-cradle[/spoiler]

Last edited by aidenlive (2009-01-18 20:43:36)

bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

Thanks for sharing kinda cute :eh: I think this is better in Add-ons trend?
christiandelacruz09
» n00b
FTalk Level: zero
58
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

yay... aiden... at last... u share it here.. :lol: hehehe.. thanks for sharing... :thumbsup::eh:

Last edited by christiandelacruz09 (2009-04-10 20:02:26)

tweaktweakers
» FTalkAddict
FTalk Level: zero
421
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

Ohh..I saw the preview, and it's really nice :) Say,how do ya change the colors of the sparkles?
mariyela
» n00b
FTalk Level: zero
5
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

[b][/b]where and how do i post this?[b][/b] even though im a member for many months i still dont know how to use this thing... help!

Last edited by mariyela (2008-09-13 04:57:20)

EleeGirl
» FTalkWhiz
FTalk Level: zero
3233
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

[align=center][b]wow really nice :thumbsup: uhmm,can u change the red color to colorful?? 'Em veiwing it in IE.. :D thhxxx[/b][/align]
i i LeA i i
» FTalkAgent
FTalk Level: zero
2099
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

[quote=mariyela]where and how do i post this?[/quote] you just have to put it on your external js..
christiandelacruz09
» n00b
FTalk Level: zero
58
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

[quote=tweaktweakers]Ohh..I saw the preview, and it's really nice :) Say,how do ya change the colors of the sparkles?[/quote] in this part [quote]// <![CDATA[ var colour="[color=red][b]red[/b][/color]"; var sparkles=50;[/quote] change the word [color=red][b]red[/b][/color] with your own color :D
argueza_mrk
» n00b
FTalk Level: zero
16
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

wow!... nice trick'" Thanks for sharing..........
pinkblack08
» FTalkWhiz
FTalk Level: zero
3176
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

wow that's really cute!will use this!!! but..why are there smileys on the code?lol..i know why.XD
christiandelacruz09
» n00b
FTalk Level: zero
58
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

[quote=pinkblack08]wow that's really cute!will use this!!! but..why are there smileys on the code?lol..i know why.XD[/quote] hehehe... because the code of the smiley is there... =) hhehhe... guys, in this portion: [quote]// <![CDATA[ var colour="red"; var sparkles=[color=red][b]50[/b][/color];[/quote] u can change the number of sparkles [color=red][b]50[/b][/color] to your own... :D
dyingfetuskill
» n00b
FTalk Level: zero
5
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

why this code not work in my profile??everything in my js tricks won't work too.:retard:
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

[quote=dyingfetuskill]why this code not work in my profile??everything in my js tricks won't work too[/quote] Check how you are compiling the codes...here is a tutorial..[url]http://theftalk.com/t15088-Compiling-codes-file-newbies.html[/url]
kweeziia
» n00b
FTalk Level: zero
73
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

so cute! i must use this!=)
cupu
» FTalkAddict
FTalk Level: zero
519
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

nice trick' Thanks for sharing..........
Daniera_cHan122
» FTalkManiac
FTalk Level: zero
829
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

[b]~*aWeSoMe[[luVs It]] ---ndutah a!!!!!!!![/b]
novha
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

[spoiler]:crybaby::crybaby::crybaby::crybaby:[/spoiler]
sheen_dcboard
» FTalker
FTalk Level: zero
104
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

I have this tweaks on my forum lol ^_^ Nice one, Keep up the good work lol ^_^
philixre
» FTalkGeek
FTalk Level: zero
1040
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

Can you fix the codes? cause there's something in the code that appears as a smiley.. :) btw, thanks for sharing :D
amiradolly
» n00b
FTalk Level: zero
2
0
1969-12-31

Re: :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

wooot wooot hahaha^^ i've changed the colour to blue :p thanks!
  • ARCHIVES 
  • » :D :thumbsup: [url=http://profiles.friendster.com/adnpht][b]Preview[/b][/url] [b]paste on your external js[/b] [spoiler][quote]// <![CDATA[ var colour="[color=#FF0000]red[/color]"; var sparkles=50;

Pages: 12344

Board footer

© 2025 F Talk

Current time is 11:42

[ 10 queries - 0.023 second ]
Privacy Policy