Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I change the scrollbar color?

Changing the default icon

How do I change the scrollbar color?

by  RISTMO  Posted    (Edited  )
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>

Rick Morgan
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top