Overflow: visible | auto | hidden | scroll
Overflow-X: horizontal scroll bar
Overflow-Y: vertical scroll bar
(2) horizontal scroll barIf you only want to see a horizontal scroll bar, you must also disable the line feed settings. For example:
<Div style = "overflow-X: auto; Height: 40px; width: 100px; white-space: nowrap"> </div> 2. scroll bar color attributes:
Face-color: slider color
Hightlight-color: highlighted color
3dlight-color: 3D light color
Darkshadow-color: shadow color
Shadow-color: shadow color
Arrow-color: Arrow color
Track-color: slide color
Base-color: The main color of the scroll bar, including the scroll button and scroll slider, for example, scrollbar-face-color: green;
Scrollbar-hightlight-color: red;
ScrollBar-3dLight-color: orange;
Scrollbar-darkshadow-color: blue;
Scrollbar-shadow-color: yellow;
Scrollbar-arrow-color: Purple;
Scrollbar-track-color: black;
Scrollbar-base-color: pink;