In a div I gave overflow auto to have a scroll bar to display the content that exceeds the limit
My scroll bar appears in blue color that doesn’t suit my layout how can i change the color
div#navigation{background:#efe9b9; overflow:auto}
This is the css i am using … I want brown colored scrll bar
How to get it
You can in IE, but I think it’s been deprecated (or removed in IE8).
You can also do it in Safari.
Be warned that it will affect usability negatively.