Changing the scrollbars' style

后端 未结 4 1543
梦谈多话
梦谈多话 2020-12-15 12:00

Is possible to change scrollbars\' style for all browsers? If it is, how?

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-15 12:28

    It is possible in Internet Explorer using a number of non-standard scrollbar-* CSS properties. See this page for a handy generator tool.

    Other than that, it is possible only using custom JavaScript-powered scrollbar solutions. The jScrollPane jQuery plugin looks very nice and easy to install. Here is an example page.

提交回复
热议问题