Is it possible to display a trasparent .png using the pause command in the jQuery cycle plugin?
I can get it to pause on hover over my DIV, but would like to throw a paused icon in teh center of the div on hover...
any thoughts?
|
Is it possible to display a trasparent .png using the pause command in the jQuery cycle plugin? I can get it to pause on hover over my DIV, but would like to throw a paused icon in teh center of the div on hover... any thoughts? |
|||||
|
|
I'm fairly sure jQuery.cycle doesn't have this built in. However, you can always tie something to the same element as caused the pause:
and/or
|
|||||
|
|
Think of them as separate. For example, have cycle pause on hover, meanwhile, you have a div wrapping your viewable image frame which contains a pause image positioned appropriately that's shown when you hover in the div. |
|||
|
|
|
The Slides of a slideshow plugin for jQuery has one option 'hoverPause', you could check source code from http://slidesjs.com |
|||
|
|