Click to See Complete Forum and Search --> : smooth scrolling marquee needed...


GoldDog
07-19-2003, 01:33 PM
I am looking for a js script to install a smooth scolling marquee. The two that I found do not satisfy my needs...

This one:
http://javascript.internet.com/scrolls/in-marquee-links.html
...is choppy, not smooth.

This one:
http://javascript.internet.com/scrolls/line-scroller.html
...is more of what I'mlooking for, but it forces a horizontal scroll bar while the hidden portion of it extends past the right side of the screen, which is also unsatisfactory.

Can anyone help me with this?

thanks,
Carter

ps- Netscape compatibility is not a concern, but it would certainly be a perk.

chrismartz
07-19-2003, 02:09 PM
just change the width of the ticker in the code you get for the second one you posted. Or you could use this:


<marquee direction="right" width="500" height="10" align="middle" scrollamount="5" scrolldelay="91">Hello, how are
you</marquee>


Change the information to what you want.