Hi,
I want to make scroller like given here: http://www.shopping.com/xPC-Kettler-Kettler-Vito-Xl~linkin_id-8051267
in jQuery. Its in dojo I think. Please give me link of scroller like this one.
Thanks
Hi,
I want to make scroller like given here: http://www.shopping.com/xPC-Kettler-Kettler-Vito-Xl~linkin_id-8051267
in jQuery. Its in dojo I think. Please give me link of scroller like this one.
Thanks
This one perhaps (jcarousel)
Edit: jCarousel doesn't support mouseovers though
I imagine there are lots of different plugins for a jQuery scroller, heres one:
http://www.webresourcesdepot.com/scrollable-jquery-plugin-to-scroll-content/
and the demo of it working:
http://www.flowplayer.org/tools/scrollable.html
hope this helps! :)
If you feel like rolling your own then I have a basic recipe for building this kind of carousel in an answer to jCarousel with unknown content width.