That's what I linked you to. It's on the right hand side. Here's the script (right click and 'Save As'):
http://home.comcast.net/~jscheuer1/s.../crawlerca5.js
The initialization used on that page:
Code:
<script type="text/javascript">
marqueeInit({
uniqueid: 'mycrawler',
style: {'width': '200px', 'height': '1005px'},
inc: 10, //speed - pixel increment for each iteration of this marquee's movement
mouse: 'drag cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
moveatleast: 2,
persist: true,
addDelay: 30,
savedirection: 'reverse'
});
</script>
For a vertical crawler, use the marqueev class on the crawler div instead of marquee.
Bookmarks