在Firefox和IE中自定义滚动条

时间:2015-06-29 13:32:51

标签: css scrollbar

我可以使用css这样

自定义 chrome 中的滚动条
::-webkit-scrollbar {
width: 7px;
}

但是,这在Firefox(版本38)和IE(版本11)

中不起作用

我尝试了以下代码,但无济于事。

scrollbar[orient="vertical"], 
scrollbar[orient="vertical"] thumb, 
scrollbar[orient="vertical"] scrollbarbutton 
{ 
      min-width: 7px !important; 
      max-width:7px !important; 
      -moz-appearance: none !important; 

 }

1 个答案:

答案 0 :(得分:4)

非常确定Firefox中没有任何支持,也不会很快。

您最好的选择是JQuery plugin适用于所有浏览器。

Malihu Custom Scrollbar
Perfect Scrollbar
Custom Scrollbar