Cycle2 - Get nested images to run
Hi All,
I'm trying to get Cycle2 to work. I have a number of extra divs that are between the initialized slideshow wrapper (cycle-slideshow) and the imgs.
- <div class="cycle-slideshow productpal_slideshow_..." data-cycle-fx="scrollHorz">
- <div id="stacks_out...">
- <div id="stacks_in...">
- <div></div>
- <img id="productpal_img..." src="resources/testimg.png" width="64px" height="64px" rel="2ndpg.html" alt="Caption1">
- </div>
- </div>
- ...similar 2nd wrapped img
- </div>
At the moment I have two test images, but they are just showing stacked on top of each other & no slideshow action. Given this type of img nesting what do I need to do to get it working?
Thanks, Bill