tags:

views:

22

answers:

1

I have a site where on the sidebar I have some videos with a scrollbar (http://mibsoftware.us/clients/raveis), I need to figure out how style this scrollbar so it can be a different color, etc. What is best way to do this? Any help would be greatly appreciated.

the scroller is inside a div

A: 

Take a look at jScrollPane to style scrollbars in cross-browser fashion.
See the basic demo here

Sarfraz
Updated link: http://jscrollpane.kelvinluck.com/
Matt Ball