The specific code is as follows: /*Scroll bar width*/ ::-webkit-scrollbar { width:9px; height:9px; } /* Outer track. You can use display:none to hide it, or add a background image to change the color of the display*/ ::-webkit-scrollbar-track { width: 6px; background-color:#0d1b20; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius:2em; } /*Scroll bar settings*/ ::-webkit-scrollbar-thumb { background-color:#606d71; background-clip:padding-box; min-height:28px; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius:2em; } /*Background where the scroll bar moves to*/ ::-webkit-scrollbar-thumb:hover { background-color:#fff; } CSS ::-webkit-scrollbar { } ::-webkit-scrollbar-button { } ::-webkit-scrollbar-track { } ::-webkit-scrollbar-track-piece { } ::-webkit-scrollbar-thumb { } ::-webkit-scrollbar-corner { } ::-webkit-resizer { } The area relationship governed by the above CSS code is: ::-webkit-scrollbar The entire scrollbar, its attributes include width, height, background, border (just like a block-level element), etc. This is the end of this article about the example code of using CSS3 to achieve scroll bar beautification effect. For more relevant CSS3 scroll bar beautification content, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! |
<<: Implementation code of html floating prompt box function
>>: Example of using Nginx to implement port forwarding TCP proxy
1. Virtual environment follows the project, creat...
1. HTML font color setting In HTML, we use the fo...
Question 1: How do you instruct the browser to dis...
This article shares the specific code of Vue3 man...
1. Top-level usage 1. Install cnpm npm i -g cnpm ...
Preface: The MySQL database provides a wide range...
If you have just come into contact with Linux, th...
In Linux system, newly install docker and enter t...
Preface Today, I was reviewing the creational pat...
1. Create a scheduling task instruction crontab -...
I'm using a placeholder in a text input and i...
1. Introduction MySQL is used in the project. I i...
I recently reviewed some CSS-related knowledge po...
Computed properties Sometimes we put too much log...
Error message: Store update, insert, or delete st...