How to change the color of scrollbars

后端 未结 10 1766
醉梦人生
醉梦人生 2020-12-19 11:36

I want to change the color of the scrollbars on my pages in Internet Explorer and Firefox.

This code creates scrollbars:

10条回答
  •  自闭症患者
    2020-12-19 12:36

    Create a class for the div, code the scrollbar colors in that class, then apply it to the div. You are not changing the scrollbar colors on the browser, only the div you are creating. Your div would be

    In your class you would create the scrollbar colors using the applicable scrollbar part names, i.e. scrollbar-face-color and so on. To find out which code applies to which area of the scroll check http://iebar.discoveryvip.com/, or you can search on the web, there are a number of places for that.

提交回复
热议问题