eqmedia
01-29-2010, 01:52 PM
1) Script Title: Featured Content Slider
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm
3) Describe problem:
I've used #2 with the horses as my starting point.
Instead of the pagination links being below the image, I would like it to appear on top of the image.
Ideally just one button which goes to the next image. I have two images and this button switches from one to the other.
I tried nesting in...
<div class="pagination" id="paginate-slider2"></div>
...in various places in the code.
Example...
<div id="slider4" class="sliderwrapper">
<div class="contentdiv" style="background: url(../dynamicindex4/lightbox2/horses.jpg) center left no-repeat"><div class="pagination" id="paginate-slider2"></div>
</div>
<div class="contentdiv" style="background: url(../dynamicindex4/lightbox/pine.jpg) center left no-repeat"><div class="pagination" id="paginate-slider2"></div>
</div>
etc.
It worked on the first one but when clicked but didn't show over the second image.
Any ideas on how to add Pagination Toggler on top of the image?
Thanks! :)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm
3) Describe problem:
I've used #2 with the horses as my starting point.
Instead of the pagination links being below the image, I would like it to appear on top of the image.
Ideally just one button which goes to the next image. I have two images and this button switches from one to the other.
I tried nesting in...
<div class="pagination" id="paginate-slider2"></div>
...in various places in the code.
Example...
<div id="slider4" class="sliderwrapper">
<div class="contentdiv" style="background: url(../dynamicindex4/lightbox2/horses.jpg) center left no-repeat"><div class="pagination" id="paginate-slider2"></div>
</div>
<div class="contentdiv" style="background: url(../dynamicindex4/lightbox/pine.jpg) center left no-repeat"><div class="pagination" id="paginate-slider2"></div>
</div>
etc.
It worked on the first one but when clicked but didn't show over the second image.
Any ideas on how to add Pagination Toggler on top of the image?
Thanks! :)