July 1, 2010
Looking for jQuery carousel
Question by Mike
Looking for jQuery carousel script that can do the following or similar I can tweak.
Go from this
imgur.com/hj9GL.gif
to this on rollover/hover (also rotate slowly on its own)
imgur.com/L2XFp.gif
Can anyone point me in the right direction? Thanks!
Answer by Starx
Create the carousel based on <div>
rather than <img>
because you can use background property in <div>
and you can easily change it hover.
This is a much simpler approach to what you want to accomplish.