• ARCHIVES 
  • » lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

Pages: 12345..5

lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

Shirow Masamune
» FTalkAgent
FTalk Level: zero
2237
0
1969-12-31

lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopit=0 var a=1 function init(which){ stopit=0 shake=which shake.style.left=0 shake.style.top=0 } function rattleimage(){ if ((!document.all&&!document.getElementById)||stopit==1) return if (a==1){ shake.style.top=parseInt(shake.style.top)+rector } else if (a==2){ shake.style.left=parseInt(shake.style.left)+rector } else if (a==3){ shake.style.top=parseInt(shake.style.top)-rector } else{ shake.style.left=parseInt(shake.style.left)-rector } if (a<4) a++ else a=1 setTimeout("rattleimage()",50) } function stoprattle(which){ stopit=1 which.style.left=0 which.style.top=0 }[/quote] [b]2)[/b]and then put this code in your external css files [quote].shakeimage{ position:relative }[/quote] [b]3)[/b] and finally for the [b]JS[/b] code of the banner put this code on your onload =) [quote]var NavLang = document.getElementById("navLang"); var masamune = "<div align='center'><img src='[b]URL OF YOUR BANNER[/b]'WIDTH='[b]???[/b]'HEIGHT='[b]???[/b]' class='shakeimage' onMouseover='init(this);rattleimage()' onMouseout='stoprattle(this);top.focus()' onClick='top.focus()'></div>"; navLang.innerHTML = masamune; navLang.style.height="auto"; navLang.style.overflow="hidden";[/quote] Here's The preview hover your mouse at the banner to see the trick www.friendster.com/masamuneisnotemo its up to you how will be large the banner but i suggest you should set the height at 300 and the width is 820 ^__^ well it depends on you **instead of flogo(friendster logo) i use the div id of navLang to be the placement of the banner cause if you use the flogo as the placement of your banner and! fs team caught you then ur account will be suspended because u break their TOA(terms of agreement) **Credits to dynamic drive for the shake script**

Last edited by Shirow Masamune (2007-12-18 08:13:56)

roysmith
» FTalker
FTalk Level: zero
154
0
1969-12-31

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

This is cool man... Thks...
rafaiz
» n00b
FTalk Level: zero
68
0
1969-12-31

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

thanks shiro..
john_619619
» FTalkManiac
FTalk Level: zero
986
0
1969-12-31

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

nice code :thumbsup: tenx for sharing shirow! :wow:
super_man1990
» n00b
FTalk Level: zero
60
0
1969-12-31

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

nice code..its cool..
ezil2007
» FTalkGeek
FTalk Level: zero
1426
0
1969-12-31

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

Sankyou! ^^,
niceblue00
» FTalker
FTalk Level: zero
186
0
1969-12-31

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

nice one
nixzzapper
» Banned
FTalk Level: zero
40
0
1969-12-31

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

What do you mean by external css code??? is it the last line or the last part of the css code???
Shirow Masamune
» FTalkAgent
FTalk Level: zero
2237
0
1969-12-31

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

lol just put this code anywhere in ur css file [quote].shakeimage{ position:relative }[/quote]
nixzzapper
» Banned
FTalk Level: zero
40
0
1969-12-31

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

ahhhhh!! anywhere???? ahhh ok thank you!!
nixzzapper
» Banned
FTalk Level: zero
40
0
1969-12-31

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

ohhh know my border had GONE??? why??
nixzzapper
» Banned
FTalk Level: zero
40
0
1969-12-31

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

what is wrong with this code!!! [quote]/* NAVIGATION BOX */ var NavLang = document.getElementById("navLang"); var masamune = "<div align='center'><img src='http://www48.lunapic.com/editor/working/1194486051516108708008416'WIDTH='400'HEIGHT='200' class='shakeimage' onMouseover='init(this);rattleimage()' onMouseout='stoprattle(this);top.focus()' onClick='top.focus()'></div>"; navLang.innerHTML = masamune; navLang.style.height="auto"; navLang.style.overflow="hidden"; #navBg { position: absolute !important; width: 90% !important; height: 80px !important; } #navBar { position: relative !important; } #navdivider { width: auto !important; margin: 0 !important; padding: 0 !important; font-size: 0 !important; line-height: 0 !important; border: none !important; }[/quote]
Shirow Masamune
» FTalkAgent
FTalk Level: zero
2237
0
1969-12-31

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

[quote]var NavLang = document.getElementById("navLang"); var masamune = "<div align='center'><img src='http://www48.lunapic.com/editor/working/1194486051516108708008416'WIDTH='400'HEIGHT='200' class='shakeimage' onMouseover='init(this);rattleimage()' onMouseout='stoprattle(this);top.focus()' onClick='top.focus()'></div>"; navLang.innerHTML = masamune; navLang.style.height="auto"; navLang.style.overflow="hidden";[/quote] put this code at your js files not in css lol ofcourse it will not work cause its a java script lol and PLEASE!! avoid double posting :wasted:

Last edited by Shirow Masamune (2007-11-09 21:56:54)

fando91
» FTalkManiac
FTalk Level: zero
862
0
1969-12-31

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

[b]@nixzzapper : lols, u put it in CSS :wasted: ... this is a JS, so, put it in ur external JS :eh: @shirow : Love it shirow my friend!!! lols sardines roxx!!... I'll try to use this one on my second acc... :D :thumbsup: [/b]

Last edited by fando91 (2007-11-09 22:56:17)

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

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

nice script shorow... =)
shizzle_819
» FTalkFreak
FTalk Level: zero
1995
0
1969-12-31

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

[b]nice codes.. i'm tryin this one out!.. [/b]:)
diabolicious
» FTalkManiac
FTalk Level: zero
721
0
1969-12-31

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

Nice trick shirow :thumbsup:
dale
» FTalkAgent
FTalk Level: zero
2122
0
1969-12-31

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

thanks for sharing this cool thingy!!!! :cool:
fando91
» FTalkManiac
FTalk Level: zero
862
0
1969-12-31

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

[b]Its really cool rite?? I like this one too!![/b]
--khathateslove--
» FTalkAgent
FTalk Level: zero
2257
0
1969-12-31

Re: lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

nice scripts..where can we get some banners?
  • ARCHIVES 
  • » lol for those who wants to have a shaking or trembling banner then follow this steps [b]1)[/b] first copy this code and put it at the top of your codes [b]JS FILES[/b] [quote]var rector=3 var stopi

Pages: 12345..5

Board footer

© 2024 F Talk

Current time is 06:02

[ 10 queries - 0.041 second ]
Privacy Policy