Scrollbar-base-color: #f8f8f8; /* The basic color of the scroll bar */
Scrollbar-face-color: #333; */* Figure 5, the color of the three-dimensional scroll bar * * What is the difference?
I tried, like, the same thing.
Sets the color of the scroll bar to slide the area
Scrollbar-face-color
Sets the color of the slider
If you have
Browser
Do not display correctly, please check the browser version, this color definition is above IE 5.5 support.
In addition, this definition is best placed in the style sheet declaration, such as:
<style>body {Scrollbar-face-color:rgb (10,236,209);//The color of the protruding portion of the scrollbar Scrollbar-highlight-color:rgb (23,255,155); /The color of the blank part of the scrollbar Scrollbar-shadow-color:rgb (255,116,23);//The Color Scrollbar-3dlight-color:rgb (66,93,127) of the solid ScrollBar shadow;// The color of the scrollbar Scrollbar-arrow-color:rgb (93,232,255);//The color of the triangular arrows on the upper and Lower buttons Scrollbar-track-color:rgb (255,70,130);// Scroll bar background color Scrollbar-darkshadow-color:rgb (10,0,209);//scroll bar strong shadow color Scrollbar-base-color:rgb (66,93,128);//scroll bar basic Color} </STYLE>