FTalk

FTalk

Welcome guest! Please Login or Register.

#1  2008-07-04 11:47:36

switpotato
 .M.O.N.I.X.
switpotato's display avatar
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ Me!Some FTalkers ♥ My Threads!
dcrazier dbetter bxtreme
Class X
HubbieHubbieLand
3255
333

Scrolling Box Contents

im aware feruzzz got codes like this but the execution of codes differ...


here the other versions of applying scrolling content..
u can basically makes all content scroll just change the id and box content u target
no onload conflict or wat so ever..all u need is add the codes to the rest of ur js....






the ff r juz my modification from old moving friends gallery made by Archer
just edit the ff...

Code:

//scrolling cpbuttons
function scrollcpbuttons(){
bz = document.getElementById('content_0')
cz = document.getElementById('controlPanelButtons')
dz = '<marquee scrollamount=1 direction=up height=120 scrolldelay=30 truespeed=true onmouseover=stop() onmouseout=start()'+
cz.innerHTML+'</marquee><br><center><div><img src=""></div>'
cz.innerHTML=dz}
setTimeout('scrollcpbuttons()', 500);


//scrolling photo gallery
function photogallery(){
bz = document.getElementById('1')
cz = document.getElementById('content_1')
dz = '<marquee scrollamount=1 direction=left height=120 scrolldelay=30 truespeed=true onmouseover=stop() onmouseout=start()'+
cz.innerHTML+'</marquee><br><center><div><a href="link here">view all</a></div><br>'
cz.innerHTML=dz}
setTimeout('photogallery()', 500);


//scrolling friend
function scrollfriend(){
bz = document.getElementById('2')
cz = document.getElementById('content_2')
dz = '<marquee scrollamount=1 direction=left height=120 scrolldelay=30 truespeed=true onmouseover=stop() onmouseout=start()'+
cz.innerHTML+'</marquee><br><center><div><a href="link here">view all</a></div><br>'
cz.innerHTML=dz}
setTimeout('scrollfriend()', 500);

//scrolling comments
function scrollcomment(){
bz = document.getElementById('18')
cz = document.getElementById('content_18')
dz = '<marquee scrollamount=1 direction=up scrolldelay=30 truespeed=true onmouseover=stop() onmouseout=start()'+
cz.innerHTML+'</marquee><div class="viewall"><a href="http://www.friendster.com/comments.php?uid=USER ID HERE">View All Comments</div>'
cz.innerHTML=dz}
setTimeout('scrollcomment()', 500);



//scrolling group
function scrollgroup(){
bz = document.getElementById('8')
cz = document.getElementById('content_8')
dz = '<marquee scrollamount=1 direction=left height=120 scrolldelay=30 truespeed=true onmouseover=stop() onmouseout=start()'+
cz.innerHTML+'</marquee><br><center><div><a href="link here">view all</a></div><br>'
cz.innerHTML=dz}
setTimeout('scrollgroup()', 500);


//scrolling  fanof
function scrollfanof(){
bz = document.getElementById('7')
cz = document.getElementById('content_7')
dz = '<marquee scrollamount=1 direction=left height=120 scrolldelay=30 truespeed=true onmouseover=stop() onmouseout=start()'+
cz.innerHTML+'</marquee><br><center><div><a href="link here">view all</a></div><br>'
cz.innerHTML=dz}
setTimeout('scrollfanof()', 500);


//scrolling  shoutout
function scrollshoutout(){
bz = document.getElementById('content_0')
cz = document.getElementById('cpShoutoutBox')
dz = '<marquee scrollamount=1 direction=left height=40 scrolldelay=40 truespeed=true onmouseover=stop() onmouseout=start()'+
cz.innerHTML+'</marquee><br>'
cz.innerHTML=dz}
setTimeout('scrollshoutout()', 500);


or


//scrolling shoutout
document.getElementById('cpShoutoutBox').innerHTML = "<div> <font color='#FFFFFF'><marquee behavior='alternate' style='border:white 2px inset; background: #DDA0DD'> monica</marque></div></font>";

add this to ur CSS.. then edit at js part the view all link

Code:

marquee .viewall {display:none}
.editlink { display: none !important; }

the ff are codes made by ~Angell~

Code:

// Scrolling Friends Photo 
function by2(){bx2=content_2;
x1="height='100'";
x2="width='93%'";
x3="scrollamount='3'";
x4="direction='left'";
y=bx2.getElementsByTagName("div")[0];z=y.innerHTML;
y.innerHTML="<marquee onmouseover='stop()' onmouseout='start()'"
+x1+x2+x3+x4+">"+z+"</marquee>"}
setTimeout("by2()",1000);



// Scrolling Photo Gallery 
function by1(){bx2=content_1;
x1="height='100'";
x2="width='93%'";
x3="scrollamount='3'";
x4="direction='left'";
y=bx2.getElementsByTagName("div")[0];z=y.innerHTML;
y.innerHTML="<marquee onmouseover='stop()' onmouseout='start()'"
+x1+x2+x3+x4+">"+z+"</marquee>"}
setTimeout("by1()",1000);

   
my official site>>    http://switpotato.ucoz.com/
theres nothing wrong at making mistakes..
whats wrong is letting it stay as a mistake without the effort of making it right

                    

yunish[?], and regiehiozn[?] like this topic.

#2  2008-07-04 13:55:51

exceed
» Banned
FTalk Level: zero
69
0
2008-10-07

Re: Scrolling Box Contents

Thanks for sharing this patatas...=)

#3  2008-07-04 13:57:46

kacang`z
kacang`z's display avatar
» Promoter
FTalk Level: 8
Novice PromoterTopic Initiator
Diem set mode on
System Of a Down
Gresik City
3718
142
Today
Website

Re: Scrolling Box Contents

nice bro...
thx for sharing............ :evil: :evil:


Gresik Holic

#4  2008-07-04 14:13:40

kuntilanak
 Dewi Kunthi
kuntilanak's display avatar
» Promoter
FTalk Level: zero
Novice Promoter
4854
164

Re: Scrolling Box Contents

Kuntilanak Said To You

Nice trick brother... thanks for share


#5  2008-07-04 14:16:40

teguh0203
 teguhkemangi
teguh0203's display avatar
» FTalkAgent
FTalk Level: zero
perayu ulung
Executive Coder
tanjungpinang
2458
134

Re: Scrolling Box Contents

wow cool :wow: thanks for sharing :thumbsup:

#6  2008-07-04 14:34:42

unmaskedluke
 NeLNeL
unmaskedluke's display avatar
» FTalkFreak
FTalk Level: zero
Some FTalkers ♥ Me!
>iM cOnFuse!<
Malaysia
1790
282
Website

Re: Scrolling Box Contents

kacang`z wrote:

nice bro...
thx for sharing............ :evil: :evil:

lol she's a gurlz..

@t
thanx for sharing sis.i'll try this later.the scrolling shoutout one. =)



A career is born in public -- talent in privacy.

#7  2008-07-04 14:40:37

regiehiozn
 I really Dont know
regiehiozn's display avatar
» FTalkWhiz
FTalk Level: 7
friendship :]
your place
3082
81
Website

Re: Scrolling Box Contents

SPam gone..

ui swit.. thats a weird looking code but it definetly works! haha.. :]

Last edited by regiehiozn (2008-07-05 01:18:58)

#8  2008-07-04 17:30:24

Ephemeral
 Forgotten
Ephemeral's display avatar
» Moderator
FTalk Level: HARDCORE!
ModeratorNovice PromoterConversationalistFTalkers ♥♥ My Threads!Top PosterSome FTalkers ♥ Me!
Anonymous
Class-S
Naught
11886
434
Today
Website

Re: Scrolling Box Contents

Nice compilation of marquee tricks. My friend said thanks. :thumbsup:

#9  2008-07-04 19:25:42

bobcbar
 Bob
bobcbar's display avatar
» Former Moderator
FTalk Level: HARDCORE!
Novice ModeratorTop PosterSome FTalkers ♥ Me!
Dongduchon, Korea
11547
374
Website

Re: Scrolling Box Contents

Another great set of codes from archer and posted my swit :rose:  Thanks for sharing these. :thumbsup:


#10  2008-08-09 11:30:15

shia chan
 ZSHiA
shia chan's display avatar
» FTalkManiac
FTalk Level: zero
just compramising!~ XD
Barkada Trip
konohagakure
652
56
2009-11-02
Website

Re: Scrolling Box Contents

kawaii tutorial.!
thnx^^

#11  2008-08-09 11:33:46

irishandme
 Mr.AlvinLee.18
irishandme's display avatar
» FTalker
FTalk Level: zero
nagbubuLag buLagan!
Philippines
131
41
2010-01-31
Website

Re: Scrolling Box Contents

w0w..another tweak for our box..
uhm...hehe...thnx for sharing..

cooL trick...

astiggg

#12  2008-08-09 13:12:55

EleeGirl
 Unknown
EleeGirl's display avatar
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ Me!Decent Thread Starter
.
Rockstars
3298
243

Re: Scrolling Box Contents

wow,cool trick!!
Nice one siz


ONE.TWO.THREE.FOUR.FIVE.

SIX.SEVEN.EIGHT.NINE.TEN.

#13  2008-08-09 13:23:58

hiace16
 Robert P. Madeja
hiace16's display avatar
» FTalkManiac
FTalk Level: zero
Rescue Me!
-=GrandLine=-
697
16
2010-01-10
Website

Re: Scrolling Box Contents

wOw cool trick dude keep it up..:D

thanks for sharing..:thumbsup:

#14  2008-08-10 03:48:51

vi0lette
 maxine
vi0lette's display avatar
» FTalkAddict
FTalk Level: zero
limited text HERE. :(
Nutella Heaven.♥
568
4
2009-07-27
Website

Re: Scrolling Box Contents

nice trick. :D
i've noticed you know a lot about those codes. lol


#15  2008-08-10 04:02:37

switpotato
 .M.O.N.I.X.
switpotato's display avatar
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ Me!Some FTalkers ♥ My Threads!
dcrazier dbetter bxtreme
Class X
HubbieHubbieLand
3255
333

Re: Scrolling Box Contents

vi0lette wrote:

i've noticed you know a lot about those codes. lol

nhaa ... im juz curious thats why i kept on experimenting nyahaha..
luckily i always end up in things i want it to happnd..
to say the truth i saw some coders here started from scratch..
but see them now ...
knowledge has no boundaries ....
amen ...

im giving a sermon nyahaha... anyway its sunday now ayt ...   :lol:


   
my official site>>    http://switpotato.ucoz.com/
theres nothing wrong at making mistakes..
whats wrong is letting it stay as a mistake without the effort of making it right

#16  2008-08-10 13:56:50

BwizetT
 Bad-Shot-Maggot
BwizetT's display avatar
» FTalkGeek
FTalk Level: 3
ImmA DirTy No0dLe
Rockstars
Basta my Allergy
1118
62

Re: Scrolling Box Contents

no need for Sermon Monix.. Just Keep em Up.. Your A CSS Master now... Good Job.. I hope i can make Maine To be Active again here like you...

#17  2008-08-24 13:20:59

yunish
yunish's display avatar
» FTalkWhiz
FTalk Level: 8
Some FTalkers ♥ Me!
better in time. :)
Tropang Kalye
3478
326
Website

Re: Scrolling Box Contents

thanks for this one..this is a great help.. =)



I'd rather you be mean, than love and lie..
I'd rather hear the truth than have to say goodbye..
I'd rather take a blow, at least then i would know..
But baby don't YOU break my heart slow ü


#18  2008-08-24 14:06:04

kweeziia
 Krizia Garcia
kweeziia's display avatar
» n00b
FTalk Level: zero
Bahrain
81
2
2009-05-31

Re: Scrolling Box Contents

thnx for sharing "minatamis na patatas" :D


#19  2008-08-25 01:34:25

jm_djing
 jovy mae
» n00b
FTalk Level: zero
29
0
2008-09-02

Re: Scrolling Box Contents

niCe tRiCk!! :thumbsup:



#20  2008-08-25 18:05:25

h312y_sh
 ĦęRяŷü&#3&hellip;
h312y_sh's display avatar
» FTalkFreak
FTalk Level: 4
Class X
C:\autorun.inf
1925
48
Website

Re: Scrolling Box Contents

nice trick sis.... =)
are u sure... this code is still work on ff browser :rolleyes:
btw, tnx 4 shar... :thumbsup::thumbsup:
i'll try later.... :wow::penguin:

Search Friendstertalk

Board footer

The F Talk dot com
© 2002–2010 PunBB

Current time is 19:06:01 GMT

[ 10 queries - 0.050 second ]
Powered by SyntheticNetwork

FTalk

Welcome to FTalk! You'll need to login in order to fully use all the features and view all the sections of this site.

Please register if you're not yet a member. =)

( hide )