Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



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

Posts: 12
Name: Stefan Petrovic
Location: Rovinj, Croatia
Trades: 0
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
 
 
Register now for full access!
Old 02-08-2008, 01:46 PM Re: A dynamic (moving) scrolling list
Cepola's Avatar
Novice Talker

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

Posts: 71
Trades: 0
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, 11:57 AM Re: A dynamic (moving) scrolling list
Experienced Talker

Posts: 33
Name: Jack
Trades: 0
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!
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

jacklazara is offline
Reply With Quote
View Public Profile
 
Old 02-10-2008, 06:31 PM Re: A dynamic (moving) scrolling list
Banned

Posts: 57
Name: Amir Mullick
Location: USA, New York---Born in India
Trades: 0
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 Search this Thread
Search this Thread:

Advanced Search

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

BB 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.44521 seconds with 12 queries