how to get a custom scroll in firefox and IE?

前端 未结 6 977
北海茫月
北海茫月 2021-02-05 15:53

I am using a custom scroll which works fine in chrome...but it does not work in Firefox or IE9.

This is the CSS:

    ::-webkit-scrollbar {
    width: 7px         


        
6条回答
  •  伪装坚强ぢ
    2021-02-05 16:12

    That is a proprietary webkit property. There is no equivalent for FF or IE.

    You can, however, do what you're looking for with jQuery.

    http://manos.malihu.gr/tuts/jquery_custom_scrollbar.html

    Edit: Uhhh.. there literally is no Firefox equivalent and the person asking the question literally must either use a javascript solution, or no solution at all. Downvotes won't change that.

提交回复
热议问题