URL : http://www.dynamicdrive.com/dynamici...tentslider.htm
Script : Featured Content Slider v2.5
Is it possible to have navigation arrows at left side and right side of the slider ?
Thanks,
URL : http://www.dynamicdrive.com/dynamici...tentslider.htm
Script : Featured Content Slider v2.5
Is it possible to have navigation arrows at left side and right side of the slider ?
Thanks,
Last edited by Paramasivan; 09-09-2013 at 08:29 PM.
Yes - the script demo page advises this towards the bottom;So you can create 'next' and 'prev' link images inside the advised div and dress them up however you like.With "markup", the script doesn't automatically output the pagination links, but instead looks inside the pagination DIV (with ID "paginate-SliderID") for any user defined links that carry the following 3 CSS class names:
class="toc": Tells the script that this link is a Table of Contents link.
class="next": Tells the script that this link is a "Next" pagination link.
class="prev": Tells the script that this link is a "Previous" pagination link.
The links can be set up however you like, whether it's a text link, an image link etc- to give it special meaning, just assign one of the CSS class names above to it.
Focus on Function Web Design
Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps
Paramasivan (09-09-2013)
Thank you !
Bookmarks