I have a div that overflows-y: hidden; overflow-x: auto; and rendering the scrollbar exactly the way I want. I have all the scroll functions and everything that I want to improve already. Now all I want to do is replace the default browser scrollbar with a custom one.
It should work on IE7 + and Firefox and Mac Safari computers, so it must be JavaScript or jQuery. I already tried four different plugins that I found, but none of them worked due to jQuery version (1.6.2), didn’t work in all necessary browsers or did not work for horizontal scrollbar, etc. The ones I tried were the jQuery UI slider, the jQuery custom scrollbar, the tiny scrollbar, and jScrollPane.
I hope there is a simple plugin there, but I can not find it.
source share