• ARCHIVES 
  • » [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

Pages: 123

[b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

diabolicious
» FTalkManiac
FTalk Level: zero
721
0
1969-12-31

[b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

[b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Drive (www.dynamicdrive.com) For full source code, visit http://www.dynamicdrive.com This notice MUST stay intact for use Shared by diabolicious (www.friendster.com/luisgoco) */ //change 1 to another integer to alter the scroll speed. Greater is faster var speed=1 var currentpos=0,alt=1,curpos1=0,curpos2=-1 function initialize(){ startit() } function iecompattest(){ return (document.compatMode!="BackCompat")? document.documentElement : document.body } function scrollwindow(){ if (document.all) temp=iecompattest().scrollTop else temp=window.pageYOffset if (alt==0) alt=1 else alt=0 if (alt==0) curpos1=temp else curpos2=temp if (curpos1!=curpos2){ if (document.all) currentpos=iecompattest().scrollTop+speed else currentpos=window.pageYOffset+speed window.scroll(0,currentpos) } else{ currentpos=0 window.scroll(0,currentpos) } } function startit(){ setInterval("scrollwindow()",10) } window.onload=initialize[/quote]

Last edited by diabolicious (2007-11-19 04:50:21)

iconald
» FTalker
FTalk Level: zero
273
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

wow nice trick.. thanks for sharing.. kip up it! :lol:
Shirow Masamune
» FTalkAgent
FTalk Level: zero
2237
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

waaaaaaa thats fast oh well thx luis for this :thumbsup:
pulasara
» FTalkAddict
FTalk Level: zero
574
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

3rd comment :D thanks for sharing :thumbsup:
diabolicious
» FTalkManiac
FTalk Level: zero
721
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

Yah, no problem!! :thumbsup:
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

your the man of the hour.... =) [b]omg![/b] iv seen it your profile...damn great!!!!

Last edited by lordheinz (2007-11-19 06:02:53)

thephrenetic
» FTalker
FTalk Level: zero
143
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

woo..nice script here..thanks :eh:
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

just wana ask...does all my page contents will scroll...smooothly???including...everything on it???
Shirow Masamune
» FTalkAgent
FTalk Level: zero
2237
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

^ just the body of you page :thumbsup:
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

[quote=Shirow Masamune]^ just the body of you page :thumbsup:[/quote] ;) thank you so much indeed shirow...
diabolicious
» FTalkManiac
FTalk Level: zero
721
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

yah, just the body.. if you have the iframes in your profile it wont be affected :thumbsup:
babysteph
» n00b
FTalk Level: zero
53
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

cool thx ... :eh:
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

how cn i adjust the movements coz iv tried it..i think the movement was so fast..my viewers wil get dizzy on it... =)
diabolicious
» FTalkManiac
FTalk Level: zero
721
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

Umm.. Ill answer that later... I need to play Gunz with my Friend :thumbsup:
famous02
» n00b
FTalk Level: zero
89
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

:D wow nice code!!!! kip it dude!
shakiro214
» FTalkGeek
FTalk Level: zero
1188
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

Woah! The profile is like a scrolling credits :D :thumbsup: hehehe
kitkat
» n00b
FTalk Level: zero
41
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

nice trick! :D
diabolicious
» FTalkManiac
FTalk Level: zero
721
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

unfortunately the speed is at its minimum speed =) you can increase the speed by increasing the var speed=1 to higher number :lol:
famous02
» n00b
FTalk Level: zero
89
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

on IE7 the speed is ok but on FF .. is kinda fast.. haha :paranoid:
diabolicious
» FTalkManiac
FTalk Level: zero
721
0
1969-12-31

Re: [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

If you have many tweaks especially flash files and iframes the scroll will be slower than usual :eh: :thumbsup:
  • ARCHIVES 
  • » [b]Preview:[/b] [url]http://profiles.friendster.com/luisgoco[/url] This is a complete code so just copy and paste it inside your JS extension [quote]/* Top-Down scrolling window Script- © Dynamic Dr

Pages: 123

Board footer

© 2024 F Talk

Current time is 05:07

[ 11 queries - 0.036 second ]
Privacy Policy