Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I create custom scrollbar for Mozilla Firefox with CSS? [duplicate]

Is it possible to create a custom scrollbar for Mozilla Firefox with CSS?

I found some articles which tells it was supported in past (e.g. http://codemug.com/html/custom-scrollbars-using-css/).

Are there more examples?

like image 374
dabraham Avatar asked Aug 25 '14 07:08

dabraham


People also ask

Can you style scrollbar in Firefox?

style option. To customize Firefox's scrollbar more, check out Custom Scrollbars. Custom Scrollbars is a Firefox and Google Chrome extension with which you can change the scrollbar's color scheme, width, roundness, and buttons.

Can you style scrollbar CSS?

As of 2020, 96% of internet users are running browsers that support CSS scrollbar styling. However, you will need to write two sets of CSS rules to cover Blink and WebKit and also Firefox browsers. In this tutorial, you will learn how to use CSS to customize scrollbars to support modern browsers.

How do I customize my vertical scrollbar?

Scrollbar Selectors For webkit browsers, you can use the following pseudo elements to customize the browser's scrollbar: ::-webkit-scrollbar the scrollbar. ::-webkit-scrollbar-button the buttons on the scrollbar (arrows pointing upwards and downwards). ::-webkit-scrollbar-thumb the draggable scrolling handle.

Can I use ::- WebKit scrollbar track?

You can use the following pseudo-elements to customize various parts of the scrollbar for WebKit browsers: ::-webkit-scrollbar — the entire scrollbar.


1 Answers

On this side the firefox scollbar is cancelled.

http://codemug.com/html/custom-scrollbars-using-css/

But look here:

http://jscrollpane.kelvinluck.com

http://hesido.com/web.php?page=customscrollbar

http://script-tutorials.com/custom-scrollbars-cross-browser-solution

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/

I hope I could help you!

like image 54
linuscl Avatar answered Oct 02 '22 02:10

linuscl