Hi, I am trying to simulate this website http://www.dp-photo.com/index.php#a=0&at=0&mi=2&pt=1&pi=10000&s=0&p=1 using jQuery - check the thumbnails on the right.
Showing the the thumbnails on mouse over is not a problem but the continuous 'rotating' depending on the mouse position is where I am stuck. This is the concept at the moment: 1. Create a jCarousel with thumbnails as items 2. use the mouseOver event for moving the jCarousel These are the problems I am experiencing: The jCarousel cannot continuous scroll but scrolls only for a certain amount of items (i.e. thumbnails), after that the user has to leave the mouseOver area and re-mouseOver. Is there any way to get this done? Thank you in advance. juro