View Full Version : Featured Content Slider - previous link
eyespark
12-04-2007, 10:51 PM
1) Script Title: Featured Content Slider
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm
3) Describe problem: Is it possible to generate previous link so there would be previous and next link?
Something like:
<<previous 1 2 3 4 next>>
Thanks in advace
ddadmin
12-05-2007, 01:35 AM
There are a few past threads on how to do this, albeit using the older version of Featured Content Slider (before the fade in effect was added). Anyhow, try the attached contentslider.js file. You will also want to edit contentslider.css to add in the following CSS rules to style the "back" button:
.pagination span{
cursor: pointer;
cursor: hand;
padding: 0 5px;
color: #2e6ab1;
background-color: white;
font-weight: bold;
}
.pagination span:hover{
color: #000;
background-color: #FEE496;
}
eyespark
12-05-2007, 11:19 AM
Thank you! I was searching for a solution but could not find any. I will study this code now. Thanks
rodneykm
12-11-2007, 04:42 PM
How about adding a stop/pause button in there?
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.