Reply
A dynamic (moving) scrolling list
Old 02-02-2008, 06:26 AM A dynamic (moving) scrolling list
Cepola's Avatar
Novice Talker

Posts: 12
Name: Stefan Petrovic
Location: Rovinj, Croatia
Well, I was not sure where to put this, I thought it might be some king of javascript or flash. What I am interested in is how to make that scrolling list that can be seen on http://www.adriatica.net/home/home_hr.htm
on the right side of the page.

Thanks in advance.
Cepola is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 02-08-2008, 12:46 PM Re: A dynamic (moving) scrolling list
Cepola's Avatar
Novice Talker

Posts: 12
Name: Stefan Petrovic
Location: Rovinj, Croatia
anyone?
Cepola is offline
Reply With Quote
View Public Profile
 
Old 02-10-2008, 07:01 AM Re: A dynamic (moving) scrolling list
Skilled Talker

Posts: 61
It's a marquee.

Code:
<marquee direction="up" scrolldelay="200" onMouseOver="this.stop();" onMouseOut="this.start();">YOUR TEXT HERE</marquee>
You can control the direction with the "direction" attribute, the speed with the "scrolldelay' attribute, and "onMouseOver" and "onMouseOut" are for when you hold the mouse over it, it stops. You can remove those two attributes if you don't want that.
CrazeDizzleD is offline
Reply With Quote
View Public Profile
 
Old 02-10-2008, 10:57 AM Re: A dynamic (moving) scrolling list
Experienced Talker

Posts: 33
Name: Jack
Quote:
Originally Posted by CrazeDizzleD View Post
It's a marquee.

Code:
<marquee direction="up" scrolldelay="200" onMouseOver="this.stop();" onMouseOut="this.start();">YOUR TEXT HERE</marquee>
You can control the direction with the "direction" attribute, the speed with the "scrolldelay' attribute, and "onMouseOver" and "onMouseOut" are for when you hold the mouse over it, it stops. You can remove those two attributes if you don't want that.
thnaks for advice!
__________________
Xpantivirus
Remove VirusHeat
jacklazara is offline
Reply With Quote
View Public Profile
 
Old 02-10-2008, 05:31 PM Re: A dynamic (moving) scrolling list
Banned

Posts: 59
Name: Amir Mullick
Location: USA, New York---Born in India
I needed that too, thanks!!
Amirmullick3 is offline
Reply With Quote
View Public Profile Visit Amirmullick3's homepage!
 
Reply     « Reply to A dynamic (moving) scrolling list
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13108 seconds with 12 queries