Active
Project:
Slider
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 May 2010 at 15:49 UTC
Updated:
21 Jul 2010 at 13:59 UTC
Hello, there is the possibility to have customizable scroll buttons, instead of those defined in slider.js?
Comments
Comment #1
sistro commentedThis is a very dirt and fast solution, pay attantion, the width of button is fixed:
Put this code in your theme css files, to override slider.css:
ul.slidenav li a.active {
background:url("/link/to/image.png") no-repeat scroll 0 0 transparent;
display:block;
float:left;
padding:10px 15px 20px 10px;
width:auto;
}
UPTADE: Too fast and too dirty... It doesn't work! ;-)
Sorry!