如何使用 CSS 为 Mozilla Firefox 创建自定义滚动条?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25480565/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How can I create custom scrollbar for Mozilla Firefox with CSS?
提问by dabraham
Is it possible to create a custom scrollbar for Mozilla Firefox with CSS?
是否可以使用 CSS 为 Mozilla Firefox 创建自定义滚动条?
I found some articles which tells it was supported in past (e.g. http://codemug.com/html/custom-scrollbars-using-css/).
我发现一些文章告诉它过去支持它(例如http://codemug.com/html/custom-scrollbars-using-css/)。
Are there more examples?
有更多例子吗?
回答by linuscl
On this side the firefox scollbar is cancelled.
在这一侧,firefox scollbar 被取消。
http://codemug.com/html/custom-scrollbars-using-css/
http://codemug.com/html/custom-scrollbars-using-css/
But look here:
但是看这里:
http://jscrollpane.kelvinluck.com
http://jscrollpane.kelvinluck.com
http://hesido.com/web.php?page=customscrollbar
http://hesido.com/web.php?page=customscrollbar
http://script-tutorials.com/custom-scrollbars-cross-browser-solution
http://script-tutorials.com/custom-scrollbars-cross-browser-solution
http://manos.malihu.gr/jquery-custom-content-scroller
http://manos.malihu.gr/jquery-custom-content-scroller
These are plugins that work for all browsers.
这些是适用于所有浏览器的插件。
Plugin only for firefox: https://addons.mozilla.org/de/firefox/addon/noiascrollbars/
仅适用于 Firefox 的插件:https: //addons.mozilla.org/de/firefox/addon/noiascrollbars/
I hope I could help you!
我希望我能帮到你!