开发者

changing the color of scroll bar? [duplicate]

This question already has answers here: CSS customized scroll bar in div (20 answers) Closed 7 years ago.

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 c开发者_Go百科olored scrll bar How to get it


(except in IE)You can't change Scrollbars with CSS only, check out the JScrollPane for a Cross browser compatible scrollbar changer.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜