I’m using JQuery and jcarousel, using external navigation controls:
http://sorgalla.com/projects/jcarousel/examples/static_controls.html
The problem here is the navigation buttons no longer disable as shown here:
sorgalla.com/projects/jcarousel/examples/static_simple.html
Is there a callback I can use to allow me to swap the active image of a button with an inactive image?
UPDATED
DEMO: http://jsbin.com/ifomi4/5 SOURCE: http://jsbin.com/ifomi4/5/edit
In responce to your Last comment:
All the code you need ( CSS included ) is in the source, i have commented it so you easy see!
DEMO: http://jsbin.com/ifomi4
SOURCE: http://jsbin.com/ifomi4/edit
The tweek consist of add a proper class to your own
NEXT&PREVbutton like this:and finally a little of css for have the image at the center of our slider
This should work as expected! but just see the demo and you got it, i have commented the essential parts!