I thought you said you wanted a horizontal version. In any case, I would advise against using that vertical marquee script because it has a gap between the last item and the first and because it doesn't work in Opera.
That said, to slow it down even more, find this line in the script:
Code:
setTimeout('lefttime=setInterval("scrollmarquee()",30)', delayb4scroll)
See that red 30? That's the number of milliseconds between each incremental movement. Increase that number to 40 or 50 to slow it down even more.
I would suggest however, if you want to do a vertical marquee like that, use:
http://home.comcast.net/~jscheuer1/side/marquee.htm
Use your browser's "view source" to get the code. It doesn't have the problems I just mentioned.
It will probably be too fast as well though. But it has a similar line:
Code:
setTimeout('lefttime=setInterval("scrollmarquee()",20)',initPause)
increase that number to like 30 or 40 to slow it down.
Bookmarks