http://www.dynamicdrive.com/dynamici...tentslider.htm
Hi, i'm using this 1. slider.. is it possible to put picture instead this numbers?
http://www.dynamicdrive.com/dynamici...tentslider.htm
Hi, i'm using this 1. slider.. is it possible to put picture instead this numbers?
Sure, if you look at the 4th demo on the script page, you'll see that the navigation links in that case are image thumbnails. To do this, just set the "toc" option to "markup", so you can use arbitrary HTML for each of the navigation link's markup.
DD Admin
i'm noob.. i changed it but nothing is happening :S
where to put picture's?
i have one more question.. can i intergrate some news into this slider?
example: cutenews
http://cutephp.com/
please help :S
Please read the "toc: markup" section on the supplementary page- it explains how to use images as the pagination links in detail. Basically the images would be defined as regular IMG tags within the pagination DIV and each carrying a CSS class of "toc":
Code:<a href="#" class="toc" style="margin-left: 35px"><img src="horses_thumb.jpg" /></a> <a href="#" class="toc someclass"><img src="pine_thumb.jpg" /></a> <a href="#" class="toc someotheclass"><img src="ocean_thumb.jpg" /></a> <a href="#" class="toc someotheclass"><img src="sushi2_thumb.jpg" /></a>
DD Admin
Bookmarks