changing the color of scroll bar?

Posted by udaya on Stack Overflow See other posts from Stack Overflow or by udaya
Published on 2010-06-02T09:23:48Z Indexed on 2010/06/02 9:33 UTC
Read the original article Hit count: 126

Filed under:
|

Hi 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

© Stack Overflow or respective owner

Related posts about css

Related posts about scrollbar