Does anybody know how to make one of these? An example would be from http://www.reinvent.com/ (at the bottom) Thanks
Just add image tags inside the marquee. Then use JavaScript to define the events. On mouseover button 1, change direction, on mouseover button 2, change direction, on mouseout change speed. Now, add a setInterval for a function, that keeps setting the marquees attributes differently every 250 milliseconds. You can use the document.getElementById line to edit the marquee's parameters. Just set it an id, and use it in the JavaScript. This shall help you if you have a good background in JS. If you don't, your prolly looking for step-by-step instructions. Why not google and get yourself a code snippet?
lol i just wrote this a few days ago http://fragged.org/imagescrooler-a-mootools-image-thumbnails-scrolling-class_794.html uses mootools. hope it helps you somewhat - its not quite the same effect but it's written as a class and you can change speed/direction as you deem fit and control it externally.
Hello sebastya, The example you have giving is a flash image scroller... Below is the flash image scroller with xml. Have a look at it. It is free.. http://www.benjaminkeen.com/software/image_scroller/
Actually you can try jquery.com. It's simpler and faster. I also heard that it's "fully" cross-browser compatible.