I have built a marquee of images that scrolls inside a cell of a table. The marquee width, of course, is dictated by the width of the cell. But I don't want the number of images that actually scroll inside the marquee to cut off based on the width of the marquee. In other words, if 5 images fit across the width of the cell, then the marquee scrolls 5 images. If there are 6 or more images, those images get cut off and the marquee loops back to the beginning of the list of images.
Is there a way to prevent this? I simply want all the images to scroll until it gets to the end of the list then start over (the way it works with plain text).
I've tried playing with the behavior parameter and setting overflow to visible but so far nothing has worked.