lvpp
Newbie
Posts: 1
Registered: 8/2/2006
Member Is Offline
|
| posted on 8/2/2006 at 03:03 PM |
|
|
How do I scroll html text horizontally - not letter images
I am trying to scroll text horizontally. The sample #5 shows how it is done with image substitution for letters, but that takes way too long to load
I just want to have text(some with links) scroll horizontally. How do I do this? Lets say I wanted the following to run as one item:
"<a href=bisongallery.php>Click here to see the bison gallery</a>"
Thanks in advance for your input:)
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Online
|
| posted on 8/3/2006 at 12:10 AM |
|
|
configure the scroller as horizontal, in CSS for the scrolling item specify white-space: nowrap and your long text will be scrolled horizontally.
|
|
|