I'm currently using the "Moving Boxes" Slider and I'm no genius when it comes down to the Java/css...
Does anyone know how I can get two sliders to work off the same buttons (Next/Prev)?
The problem I have with this code is that if the user clicks on the navigation or uses the keyboard keys to change the slide, the other MovingBox won't update.
If you need them synchronized, then I'll have to work on a different method.
Hi there,
I'm currently using the "Moving Boxes" Slider and I'm no genius when it comes down to the Java/css... Does anyone know how I can get two sliders to work off the same buttons (Next/Prev)?
I wasn't sure what you wanted, so I put together this demo which uses the following code:
This bit of code might be confusing
so I'll write it out long hand for you
The problem I have with this code is that if the user clicks on the navigation or uses the keyboard keys to change the slide, the other MovingBox won't update.
If you need them synchronized, then I'll have to work on a different method.