Here are all the attributes that can be changed for a scrollbar.
<style type="text/css">
<!--
body{
scrollbar-face-color:#FFFFFF;/*this is the color of the "face"--the main color of the scrollbar itself and the arrow buttons*/
scrollbar-track-color:#FFFFFF;/*this is the color of the "track" that the scrollbar rides on (underneath the scrollbar)*/
scrollbar-arrow-color:silver;/*this is the arrow color*/
scrollbar-shadow-color:#FFFFFF;/*this is the inner bottom/right border color*/
scrollbar-darkshadow-Color:black;/*this is the outer bottom/right border color*/
scrollbar-highlight-color:#FFFFFF;/*this is the inner top/left border color*/
scrollbar-3dlight-color:#FFFFFF;/*this is the outer top/left border color*/
}
-->
</style>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.