, you define the color of the scroll bar
We generally default scroll bar style as shown in the left image, the right is magnified 1600 times times the sample
Son, we can see that there are several interpellated combinations of scrollbars, and I marked them with 7 numbers,
Comment on the following CSS code, note that the CSS comment code is placed in the
Between two asterisks in two slashes, such as:/* Put the commented code here */
Body {
Scrollbar-arrow-color: #f4ae21; /* Figure 6, the color of the triangular arrows */
Scrollbar-face-color: #333; /* Figure 5, the color of the stereo scroll bar */
Scrollbar-3dlight-color: #666; /* Figure 1, the solid scroll bar Bright side of Yan
Color */
Scrollbar-highlight-color: #666; /* Figure 2, the blank part of the scroll bar
Color */
Scrollbar-shadow-color: #999; /* Figure 3, the shadow of the stereo scroll bar
Color */
Scrollbar-darkshadow-color: #666; /* Figure 4, solid scroll bar Strong Yin
The color of the shadow * *
Scrollbar-track-color: #666; /* Figure 7, stereo scroll bar background color */
Scrollbar-base-color: #f8f8f8; /* Basic color of scroll bar */
Cursor:url (mouse.cur); /* Custom Mouse */
}
Define the color of the scroll bar yourself