http://www.dynamicdrive.com/dynamici...tentslider.htm
I want to insert the pagination links inside the contentdiv.. I have tried using toc:markup, but then the autorotate for the pagination does not work.
Please help. Thanks in advance
http://www.dynamicdrive.com/dynamici...tentslider.htm
I want to insert the pagination links inside the contentdiv.. I have tried using toc:markup, but then the autorotate for the pagination does not work.
Please help. Thanks in advance
Last edited by ddadmin; 03-03-2009 at 09:24 PM.
Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
There's no easy way to do this. However, what you can do is just use CSS so the pagination DIV appears to overlap the content DIV, for example, something like:
You'll need to tweak the CSS until it the two DIVs are in the desired relative locations.Code:<div id="paginate-slider1" class="pagination" style="position:relative; top: -50px">
DD Admin
Bookmarks