I have actually found another scroller script that worked perfectly with tooltip script. Go to
http://www.4x4rider.com/scrolltest4.php and view source then modify for what you want and have fun with it. If you want a horizontal marquee instead, use the one you have. BUT REMEMBER, you CAN NOT have two instances of the window.onload statement on the same page. I didn't know this tidbit of information and it took me a week of pulling my hair out to solve it. Use window.onload=function(){initTip();fillup();}; instead. With initTip and fillup being the two different window.onload statements that you need. I tried using the tooltip scrpit that you have posted, but just couldn't get them to integrate. It worked fine until the onmouseout then the stupid bubble wouldn't go away.......lol. I will work on it somemore this afternoon and repost what happens. And give John a big thanks for the window.onload fix.
Bookmarks