• ARCHIVES 
  • » Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

Pages: 123

Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

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

Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [quote]:arrow: This is for the people who loves to create banner... but they can't show all their banners in their profile subsequently and for others who loves to use banner to their profile... So I made it possible for you guys here's the trick...[/quote] Browser Compatibility : Cross Browser [quote]:arrow: If you have banner on your css... Remove it... :arrow: Do not hide your nav lang... :|[/quote] Let's Start... Put this inside your onload handler [quote]var NavLang = document.getElementById("navLang"); var masamune = "<div align='center'><img src='[b]BANNER_URL1[/b]' id='adBanner12' border='0' WIDTH='[b]???[/b]'HEIGHT='[b]???[/b]'></div>"; navLang.innerHTML = masamune; navLang.style.height="auto"; navLang.style.overflow="hidden"; window.setInterval("cycle12()",3000);[/quote] Note: :arrow: BANNER_URL1 should be equal to the BANNER_URL1 inside the final code .. [quote]Shirow said: its up to you how will be large the banner but i suggest you should set the height at [b]300[/b] and the width is [b]820[/b] ^__^ well it depends on you =D =D **instead of flogo(friendster logo) you can use navlang... because of (TOA) of Friendster[/quote] Final Step Place this under your JS codes.... ( I tried to input 3 banners ) In this code [quote]//Always-on-top message //For full source code, and Terms Of use, visit friendstertalk.com //Banner Rotator by blurrycloud var imgs12 = new Array("[b]BANNER_URL1[/b]","[b]BANNER_URL2[/b]","[b]BANNER_URL3[/b]"); var currentAd12 = 0; var imgCt12 = [color=red]3[/color]; function cycle12() { if (currentAd12 == imgCt12) { currentAd12 = 0; } var banner12 = document.getElementById('adBanner12'); banner12.src=imgs12[currentAd12] currentAd12++; }[/quote] Ex .. BANNER_URL1 :arrow: [url]http://i204.photobucket.com/albums/bb202/tyler_anime1/Banner.jpg[/url] Note Again: :D var imgCt12 = [color=red]#[/color] should be equal to the banners you have inside imgs12 = Array for ex you have 8 banners the code below shoud be var imgCt12 = [color=red]8[/color] you want to add more banner?... just look for this code above [quote]new Array("[b]BANNER_URL1[/b]","[b]BANNER_URL2[/b]","[b]BANNER_URL3[/b]","[b]BANNER_URL4[/b]", "[b]BANNER_URL5[/b]","[b]BANNER_URL6[/b]");[/quote] Just remember to change the imgCt12 = [b]value[/b] depeding on the number of your images.. [quote]if you want to change the time interval look for this code above window.setInterval("cycle12()",[b]3000[/b]); 1000 - 1 sec (FASTER ROTATION) :lol: 2000 - 2 seconds 3000 - 3 seconds 4000 - 4 seconds 5000 - 5 seconds and so on.... you can also use GIF, JPG, PNG extension images...[/quote] That's It.. Easy ei ?? Goodluck =D [quote]PS: Party again to my testing profile ... Currently playing: Gangstah-Bop LOLS[/quote]

Last edited by blurrycloud (2008-09-13 07:14:48)

Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

Your really hot buddy!!!! =) another nice trick you got..cheers!!!
BwizetT
» FTalkGeek
FTalk Level: zero
1015
0
1969-12-31

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

yay this is wicked and funky... thankx for sharing this one :eh: :ninja:

Last edited by BwizetT (2008-02-01 23:47:27)

angelalaine
» FTalkManiac
FTalk Level: zero
860
0
1969-12-31

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

Oh wow i love this :wow: :thumbsup: :thumbsup: Thanks :D Wait a minute do i have to edit something on my css codes? like the codes for the banner? Maybe?

Last edited by angelalaine (2008-02-01 23:52:55)

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

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

Thanks for the early comments guys... 2 tricks in a row.. that would be it for this day.. wahehehe im tired... :drool: and hungry :cake: [quote=angelalaine]Oh wow i love this :wow: :thumbsup: :thumbsup: Thanks :D Wait a minute do i have to edit something on my css codes? like the codes for the banner? Maybe?[/quote] nope sweetie.. u don't have to edit something in your css... :D

Last edited by blurrycloud (2008-02-01 23:55:46)

angelalaine
» FTalkManiac
FTalk Level: zero
860
0
1969-12-31

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

[quote=blurrycloud]Thanks for the early comments guys... 2 tricks in a row.. that would be it for this day.. wahehehe im tired... :drool: and hungry :cake: [quote=angelalaine]Oh wow i love this :wow: :thumbsup: :thumbsup: Thanks :D Wait a minute do i have to edit something on my css codes? like the codes for the banner? Maybe?[/quote] nope sweetie.. u don't have to edit something in your css... :D[/quote] Oh okay hehehe :D Thanks again for asnwering the noob question :wallbash:
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

^ nope that's a good question sweetie... :redface:
angelalaine
» FTalkManiac
FTalk Level: zero
860
0
1969-12-31

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

Errrr this one wont work for me, but the linker rotator it does :wallbash: (i just get rid of it hehehe) My code For onload handler <">Js Ex. <">

Last edited by angelalaine (2008-02-02 02:39:49)

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

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

^ sweetie it's working on your page.... just an advice in your css... do not hide your navlang... thankss and i think your comfortable with IE ... :arrow: WIDTH='780'HEIGHT='300' this is the desired size for IE...

Last edited by blurrycloud (2008-02-02 03:08:58)

kristina16
» SuperFTalker
FTalk Level: zero
9156
0
1969-12-31

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

nice trick!! cool!!! =)
angelalaine
» FTalkManiac
FTalk Level: zero
860
0
1969-12-31

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

[quote=blurrycloud]^ sweetie it's working on your page.... just an advice in your css... do not hide your navlang... thankss[/quote] ohhh its working? i refresh many times already I guess I have to clean my temp files. thanks for checking it for me :wow: Okay ill edit my css codes =) But my banner size is 800x400 :( I use IE for my layouts Im comfortable using Opera :D

Last edited by angelalaine (2008-02-02 03:11:56)

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

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

^ weii thanks sis kristina... @lalaine: the size 800x400 is ok don't worry... hehehe

Last edited by blurrycloud (2008-02-02 03:22:48)

angelalaine
» FTalkManiac
FTalk Level: zero
860
0
1969-12-31

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

[quote=blurrycloud]^ weii thanks sis kristina... @lalaine: the size 800x400 is ok don't worry... hehehe[/quote] I get rid of the banner on my css codes and the hide nav language (just like what you said) and its working right now. =D You might want to add it on your first post :)

Last edited by angelalaine (2008-02-02 03:38:56)

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

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

^ haha... lalaine im too lazy to discuss inner details... but thanks i'll update my first post....

Last edited by blurrycloud (2008-02-02 21:52:05)

kaitetebolls
» n00b
FTalk Level: zero
81
0
1969-12-31

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

nice one sir kip on sharing
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

^ your welcome buddy... thanks for the comment
dale
» FTalkAgent
FTalk Level: zero
2122
0
1969-12-31

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

cool trick blurr... :cool:
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

thanks daley... :eh: :thumbsup:
slashedkite
» FTalkManiac
FTalk Level: zero
973
0
1969-12-31

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

like a flashing banner.. i like it! :D
angelalaine
» FTalkManiac
FTalk Level: zero
860
0
1969-12-31

Re: Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

[quote=blurrycloud]^ haha... sweetie im too lazy to discuss inner details... but thanks i'll update my first post.... :redface: mwahh[/quote] hahaha :D No problem by the way its also working good using Opera 9 browser :thumbsup:
  • ARCHIVES 
  • » Credits to my epic friend shirow for his code shaking JS Banner :wow: and my work rotating linkages :retard: Img Preview: [img]http://img405.imageshack.us/img405/7981/58342247bb3.gif[/img] [q

Pages: 123

Board footer

© 2024 F Talk

Current time is 13:52

[ 10 queries - 0.062 second ]
Privacy Policy