Adding css class to jspDrag on scroll
- by Jeff
Today I implemented the horizontal jScrollPane script and the element I intended to scrolls like a charm. Via CSS I'm using an image for the jspDrag element.
Now for my question; I see that there are a few css classes added to the jspDrag like jspHover and jspActive. Is it also possible to add css classes when I scroll to the left or right?
I would like to do this, so I can change the image according to the scroll.
(Hoping my question is clear, a reaction would be highly appreciated. Kind regards)