Control web scrollbar aesthetics

Use the HTML below to covert all scrollbars to a specific color and fill as shown in the example provided below.
CSS • HTML


<style>
body {
scrollbar-face-color: #FFFFFF; 
scrollbar-shadow-color: #336699;
scrollbar-highlight-color: #336699; 
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF; 
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #336699}
</style>

Images/Screenshots:

Posted by fbrefere001 on Tuesday November 25, 2003