Skip to content Skip to sidebar Skip to footer

Is It Possible To Capture Mouse Events On A Scroll Bar In Javascript

I have an HTML element with overflow: scroll. The click event listener registered with the element is triggered when I click on the element, but not when I click on the scroll bar

Solution 1:

you can style away the standard scroll bar and place your own, which would allow you the control you seek. http://livepipe.net/control/scrollbar might help.


Post a Comment for "Is It Possible To Capture Mouse Events On A Scroll Bar In Javascript"