June 3, 201313 yr Hey guys, So I'm working on a site and I need to come up with a slider, but I need to be able to set my own bullet points (as images). Sample link here: http://www.canaljunction.com/index-chris.html - On sample it'll basically cycle between the images (Hireboat, Hotelboat) etc. I found a few that will do thumbnails but just small versions of the actual slides. I almost need bullet points that I can set myself? Any ideas much appreciated! Thanks, Chris Edited June 3, 201313 yr by Crispy
June 3, 201313 yr Nivoslider quite easy to change to this http://demo.dev7studios.com/nivo-slider/ quick Changes I made <div class="nivo-controlNav"><a class="nivo-control" rel="0">Hireboat Holidays</a><a class="nivo-control" rel="1">Hotelboat Holidays</a><a class="nivo-control active" rel="2">Canal Days Out</a><a class="nivo-control" rel="3">Own your own boat</a></div> .theme-default .nivo-controlNav a { display:inline-block; border:0; margin: 0 25px; font-size: 20px; } .theme-default .nivo-controlNav a.active { background:orange; } Sorry mate miss read your post If needed you can hide the text with text-indent-9999px and then use background-image to show your images Edited June 3, 201313 yr by mteam
Create an account or sign in to comment