First question:
I am using a horizontal Hoverscroll and I am trying to add a loop to the horizontal scroll on a page like this:
http://tchelistcheff.com/test/indiv-projects/pages/country/dering.html
How do I add the loop or circular function to my jquery script?
Second question:
The images that scroll across the above linked page only scroll if I set them to a specific width, as opposed to letting them be as wide as their image file is. For instance, some images are 300 px and some are 500 px. If I set a CSS command to give the images a specific width in pixels, all the images will scroll across the screen as they should. If I let the images be as wide as their file size dictates, the scroll will not scroll, and usually only loads the first image into the scroll and stops. I have set the containing list and box to be over 10000px wide, so there should be enough room for all the images in the scroll list to fit horizontally.
Does anyone know why my scroll bar won't load if the images are not specified a width in pixels?
I am more knowledgeable with CSS than Javascript, so maybe there is something important I'm overlooking.
Here is the link to the Hoverscroll Script I'm using: http://tchelistcheff.com/test/javascript/jquery.hoverscroll-large.js