Cycle plugin - slide navigation WITHIN slide
HELLO!
I use the Cycle plugin regularly, but I have a slightly tricky problem!
I need to include 'prev' and 'next' buttons WITHIN that actual slides (so that the buttons slide with the content) rather than them being static outside of the slides.
So, on the first slide, it has the content, with a small 'next button', and then the following slide has the content, with small 'previous' and 'next; buttons.
<div class="controls"> <img src="images/arrow_left.png" class="prev"/> <img src="images/arrow_right.png" class="next"/> </div>
Using the standard code works on the first slide for 'next' and the 'previous' button works on the second slide, but the 'next' button doesn't - I assume this is due to it being an exact duplicate on the first 'next' button which is currently hidden in the previous slide.
Any ideas on how to have multiple 'prev' and'next' buttons?
I hope the above makes sense!
Andy