• ARCHIVES 
  • » [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

Pages: 1

[b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

[b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

[b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: in short the [b]blurry[/b] effect =D Image Preview: Embedded Clock [img]http://img364.imageshack.us/img364/6315/clcokjk0.jpg[/img] Embedded Youtube [img]http://img364.imageshack.us/img364/2803/youtubeqf2.jpg[/img] [quote][b]Credits: [/b] Sis Aya a.k.a forsakendoll for her layout.. Sis Switpotato for firefox box tweak :D Bro Shirow :D Dynamicdrive again[/quote] :arrow: [b]This trick is crossbrowser friendly[/b] :D [b]Requirements:[/b] Addbox Function and patience :lol: Step 1: Paste this code below all your js codes... [spoiler]<">[/spoiler] Done? Ok good :D :idea: [b]How to apply[/b] for embedded clock, youtube, cbox... just paste this: [b]class='gradualfader[/b]' and refer below where... [quote]// Clock Application var header="Time Check"; var code="<embed src=\"http://www.adamdorman.com/flash/glow.swf\" width=\"190\" height=\"190\" [b]class='gradualfader'[/b] type=\"application/x-shockwave-flash\" wmode=\"transparent\" quality=\"high\"></embed>"; addBox(header,code,"custombox_275","right");[/quote] [hr][hr][hr] Instruction: Just look for the <iframe> tag [quote]//Cbox Application var cboxer="<div align='center' id='cboxdiv'>"+ "<iframe frameborder='0' width='98%' height='300' [b]class='gradualfader'[/b] src='http://www3.cbox.ws/box/?boxid=29038154&boxtag=zas22zx&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='sbox' id='sbox'></iframe><br/>"+ .......... ..... .. Code[/quote] [hr][hr][hr] [quote]//Banner Application var NavLang = document.getElementById("navLang"); var masamune = "<div align='center'><img src='[b]URL OF YOUR BANNER[/b]'WIDTH='???'HEIGHT='???' [b]class='gradualfader'[/b]></div>"; navLang.innerHTML = masamune; navLang.style.height="auto"; navLang.style.overflow="hidden";[/quote] [hr][hr][hr] [quote]//Other image Application <img src="[b]URL_OF_IMAGE[/b] " [b]class='gradualfader'[/b] />[/quote] [hr][hr][hr] [b]Reminder:[/b] if you want to use this effect for embedded youtube you need to set it [b]autoplay = 1[/b] [quote]// Youtube Application var header="Frailty"; var coder="<object width='290' height='250' [b]class='gradualfader'[/b]><param name='movie' value='http://www.youtube.com/v/8KOuBLjNRL0&rel=1&[color=red]autoplay=1&border=2'[/color]></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/8KOuBLjNRL0&rel=1[color=red]&autoplay=1&border=2[/color]'type='application/x-shockwave-flash' wmode='transparent' width='295' height='250' [b]class='gradualfader'[/b]></embed></object>"; addBox(header,coder,"custombosx_275","right");[/quote] [hr][hr][hr] :arrow: For mp3 player it's up to you if you want to use this effect.. because as far as i know.. if the user hover the mouse to your mp3 player.. your player will play again from the start.. :lol: [b]Step 2:[/b] After you chose the trick you want for your profile it's time to paste it inside your [b]onload handler and add this code [color=blue]gradualFader.init()[/color][/b] [quote][color=green]function onProfileLoad() {[/color]//START OF ONLOAD HANDLER // Clock Application var header="Time Check"; var code="<embed src=\"http://www.adamdorman.com/flash/glow.swf\" width=\"190\" height=\"190\" [b]class='gradualfader'[/b] type=\"application/x-shockwave-flash\" wmode=\"transparent\" quality=\"high\"></embed>"; addBox(header,code,"custombox_275","right"); // Youtube Application var header="Frailty"; var coder="<object width='290' height='250' [b]class='gradualfader'[/b]><param name='movie' value='http://www.youtube.com/v/8KOuBLjNRL0&rel=1&[color=red]autoplay=1&border=2'[/color]></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/8KOuBLjNRL0&rel=1[color=red]&autoplay=1&border=2[/color]'type='application/x-shockwave-flash' wmode='transparent' width='295' height='250' [b]class='gradualfader'[/b]></embed></object>"; addBox(header,coder,"custombosx_275","right"); //OTHER CODES/BOXES HERE [color=blue]gradualFader.init()[/color] [color=green]}[/color]//END OF ONLOAD HANDLER[/quote] And we're completely done .. :thumbsup:=) [b]Here's how it takes effect: [/b][url=http://img167.imageshack.us/img167/4112/iframecboxzv0.jpg]Hover your mouse on the element[/url] Live Preview: [url=http://profiles.friendster.com/53375256][Class-S] Production[/url] [hr][hr][hr] [b]PS:[/b] One member just posted almost 50% same topic as this one... you can check it out also .. but i am sure our instructions are completely different and his tutorial is not accurately applicable on IE browser because of the [b]docu write script[/b] :arrow: [url=http://theftalk.com/t30123-Element-Fader-%5BNon-Overlay%5D.html]Fader for your Images[/url]

Last edited by blurrycloud (2008-05-07 01:10:33)

cklahrckiey
» FTalkFreak
FTalk Level: zero
1891
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

hehehe...great trick...idol...your da best.... another plus!!! :D :thumbsup:
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

^ wee your the first to comment bro.. thanks for the support :thumbsup:
losher29
» FTalkElite
FTalk Level: zero
5917
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

thank you blurrycloud..the bom.
iconald
» FTalker
FTalk Level: zero
273
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

Wow :o nice trick... thanks for sharing......
lilprincess950
» FTalkManiac
FTalk Level: zero
771
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

Wow,another trick from the master! Definitely http://theftalk.com/img/warn_add.gif for you. :eh:
cklahrckiey
» FTalkFreak
FTalk Level: zero
1891
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

[quote=blurrycloud]^ wee your the first to comment bro.. thanks for the support :thumbsup:[/quote] well as you can see...your my idol bro...hehehe :D it's working on my profile.... :D :thumbsup:
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

thanks guys... your profile deserve to be tweak to the fullest =D=D=D :thumbsup:
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

lol nice one blurry its like having a bulb switch inside the boxes
cklahrckiey
» FTalkFreak
FTalk Level: zero
1891
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

^your damn right....bro.... sorry if i cant give you repu now...but ill give you soon...ok? =| blurred and twisted....hehehe :D :thumbsup:
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

:arrow: Cloud>>"the friendster developer" ..very cool tweak...amazing..;)
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

[quote=switpotato]lol nice one blurry its like having a bulb switch inside the boxes[/quote] yes it's like that sis swit.. by the way i used your firefox box tweaks on my test page.. coolness luvit ::D [quote=cklahrckiey]^your damn right....bro.... sorry if i cant give you repu now...but ill give you soon...ok? =| blurred and twisted....hehehe :D :thumbsup:[/quote] it's ok bro... :thumbsup: i am glad to hear your opinion for this tweak... @LH... bro.. that's funeehhh .. :lol: im just sharing simple trick... :thumbsup:=D

Last edited by blurrycloud (2008-05-07 00:20:09)

BwizetT
» FTalkGeek
FTalk Level: zero
1015
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

nice blurry :thumbsup: =) imma gonna use this one =D
anoer
» FTalkAddict
FTalk Level: zero
467
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

i'm newbie here :crybaby: i just wanna say to tens 4 sare :thumbsup:
reiearth
» n00b
FTalk Level: zero
52
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

tested on my profile...coolll...
ezekielclarion
» FTalker
FTalk Level: zero
296
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

this is cool! i'm using it in my chatbox! nice trick blur..
shakiro214
» FTalkGeek
FTalk Level: zero
1188
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

hahaha the blurry effect? :paranoid: I wonder how you came up with that title =D :lol: :thumbsup: nice one!
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

[img]http://engr.smu.edu/~kaytaz/78.gif[/img] haha... it's my prerogative to put my own title bro shak... :lol: :lol: :lol: nvm [img]http://engr.smu.edu/~kaytaz/78.gif[/img]
vi0lette
» FTalkAddict
FTalk Level: zero
348
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

:o cool! me l♥ve blurr˛ epeks
kacang`z
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ My Threads!
2662
0
1969-12-31

Re: [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

nice your topic...... thanks for sahring............. :thumbsup: :thumbsup:
  • ARCHIVES 
  • » [b]Description[/b]: This is a generic fader script that can be applied to element(s) on the page to make them gradually fade into view when the mouse rolls over them, and fade out when out. :arrow: i

Pages: 1

Board footer

© 2024 F Talk

Current time is 18:40

[ 10 queries - 0.047 second ]
Privacy Policy