views:

41

answers:

3

I need to change the scroll bar color in Firefox. Using CSS I am able to change scroll bar color in IE. It works fine. But I cannot see the change in Firefox.

I dont want any custom scroll bars. I want to apply the color to the default scroll bar only.

+1  A: 

You can't do this for the default scroll bar.

Use a custom scroll bar using javascript and CSS and lots of plugins will be available.

rahul
+1  A: 

Not all browsers will let you control the styling for their scrollbars.

You can fake scroll bars with plugins like this, which claims to be cross-browser compatible:

http://www.kelvinluck.com/projects/jscrollpane-custom-cross-browser-scrollbars/

Jamie Wong
+1  A: 

Unfortunately, this is not doable without custom scroll bars.

SiN