how to get a custom scroll in firefox and IE?

前端 未结 6 982
北海茫月
北海茫月 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:20

    While Firefox doesn't currently have a way to change scrollbars (see bug 77790 for a somewhat related issue), Internet Explorer has had limited functionality since version 5.5 (only supports colors). For more information, read more about it at MSDN's User Interface page.

    Note: The syntax has not always been the same for changing scrollbar colors in IE, so if you're looking to support older versions (I believe 7 and under), you will have to use the old syntax as well.

提交回复
热议问题