Css滚动条不能在Firefox中工作

时间:2016-04-19 04:37:51

标签: css firefox webkit scrollbar

我使用-webkit-scrollbar CSS代码,适用于Safari和Chrome:

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-button {width: 8px;height:5px;}
::-webkit-scrollbar-track {background:none;}
::-webkit-scrollbar-thumb {background:#000;}
::-webkit-scrollbar-thumb:hover {background:#000;}

我如何为Firefox做同样的事情? (我不想使用JQuery)

0 个答案:

没有答案