How To Create A Custom Scrollbar - W3Schools
Maybe your like
Learn how to create a custom scrollbar with CSS.
Custom Scrollbars
Try it Yourself » Try it Yourself »Note: Custom scrollbars are not supported in Firefox or in Edge, prior version 79.
How To Create Custom Scrollbars
Chrome, Edge, Safari and Opera support the non-standard ::-webkit-scrollbar pseudo element, which allows us to modify the look of the browser's scrollbar.
The following example creates a thin (10px wide) scrollbar, which has a grey track/bar color and a dark-grey (#888) handle:
Example
/* width */::-webkit-scrollbar { width: 10px;}/* Track */ ::-webkit-scrollbar-track { background: #f1f1f1; }/* Handle */ ::-webkit-scrollbar-thumb { background: #888; } /* Handle on hover */::-webkit-scrollbar-thumb:hover { background: #555; } Try it Yourself »This example creates a scrollbar with box shadow:
Example
/* width */::-webkit-scrollbar { width: 20px;}/* Track */ ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; border-radius: 10px;}/* Handle */::-webkit-scrollbar-thumb { background: red; border-radius: 10px;} Try it Yourself »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.
- ::-webkit-scrollbar-track the track (progress bar) of the scrollbar.
- ::-webkit-scrollbar-track-piece the track (progress bar) NOT covered by the handle.
- ::-webkit-scrollbar-corner the bottom corner of the scrollbar, where both horizontal and vertical scrollbars meet.
- ::-webkit-resizer the draggable resizing handle that appears at the bottom corner of some elements.
Tag » How To Make A Scroll
-
3 Ways To Make A Scroll - WikiHow
-
How To Make A Paper Scroll: DIY Ancient Scroll Craft - WikiHow
-
How To Make A Scroll | DIY Scroll Invitations - YouTube
-
How To Make A Medieval Scroll - YouTube
-
How To Make A Scroll Craft - EHow
-
How To Make A Scroll - Craftsuprint
-
3 Ways To Make A Scroll | Valentines Day Coloring Page, Bible School ...
-
Pin On Christmas Ideas - Pinterest
-
How To Make A Scroll – Dartmouth Ancient Books Lab
-
How To Create A Scroll Indicator - W3Schools
-
Overflow - Tailwind CSS
-
DIY Paper Scroll Sign - A Girl And A Glue Gun
-
15 Minute Craft: Paper Towel Roll Valentine Scroll - DIY Inspired