Standard Css doesn’t allow scrollbars customizations, only color changes are allowed with only ie-compatible css code.
I found three solutions to realize a custom scrollbar:
The first, jsScrollbar, is simply the best and the more customizable scrollbar. It uses div blocks which are js manipulated to simulate a scrollbar and get a totally custom bar. You can read the tutorial and get a scrollbar like this.
Mootools styled scrollbar is another good solution to specify your scroolbar.
The last, jQuery slider gallery creates the same effect used on Apple’s web site, an horizontal scroll with text within.
YES, FINALLY HERE IT IS!!! THANK YOU! Exactly what I was looking for… You are my hero! No, not really, but i really appreciate these links. Thank you thank you thank THANK YOU!..
Have a nice day.
Is there a way to use the jsScrollbar for a horizontal scroll effect, instead of the vertical one shown in the example?
I think you can’t. You can hack jsScrollbar.js file, or simply (preferable) you can use Mootools or JQuery’s solution