Sorry, folks, I'm new but not altogether green. Here's the scenario: I have an image gallery of ten images in a footer DIV. I want the images to scroll, then repeat seamlessly from the last image back to the first. I also want it to run continuously until an image is clicked or the user clicks an arrow (left or right).
I'm thinking of how to reload the series at the tail end of the previous series. Right now, the images are set up in an unordered list. The list is displayed horizontally, and is meant to scroll from right to left. While I can get the animation to run once, it "resets" instead of connecting the first image after the last. Any suggestions?
Thanks in advance!