I'm working on a site that displays an array of images - logos, actually - stacked up along the left side of the page. Could go to 25 or more images in the array.
I'd like a script that rotates the images around on a timer so, every couple seconds, the top image moves to the bottom and all the others move up a space. All the images need to have individual links.
I've seen lots of vertical scrollers but they all have problems so far:
1) only show 1 image at a time - I need all images displayed at once
2) scroll continuously - would much prefer to have each image pause before scrolling
3) java applet - would prefer to use a code that's not so likely to be blocked by the browser
4) High maintenance - we'll have a new set of images every month and don;t want to have to rebuild a complete animation file every time
5) broken in Firefox - have a javascript now that works fine in IE but disappears in Firefox 1.0
Ideally, for simplicity I suppose, this would be a DHTML script.
Any hints welcome!
L.











