Any reason that you got rid of (highlighted):
Code:
<div id="motiongallery" style="position:absolute;left:0;top:0;white-space: nowrap;">
from the on page markup? The script needs that. Replace it and it will work. Also (though it appears not to be a factor in this case), the setting of (from the script):
Code:
//3) Set to maximum width for gallery - must be less than the actual length of the image train.
var maxwidth=9000;
seems a bit too long. I think this only really matters when the style width is set as a percentage, but 900 would be a more reasonable figure here. Whatever it is, it must be less than the actual length of all of the images placed end to end.
Bookmarks