Return to Snippet

Revision: 56072
at March 7, 2012 17:19 by satinfo30


Initial Code
<style type="text/css">

html, body{
scrollbar-face-color:#EBF5FF;
scrollbar-base-color:#EBF5FF;
scrollbar-arrow-color:black;
scrollbar-track-color:#F3F3F3;
scrollbar-shadow-color:#EBF5FF;
scrollbar-highlight-color:#EBF5FF;
scrollbar-3dlight-color:#78AAFF;
scrollbar-darkshadow-Color:#78AAFF;
}

</style>

Initial URL
http://www.dynamicdrive.com/style/csslibrary/item/custom-scrollbar-colors/

Initial Description
this code is used to change the scroll bar color change

Initial Title
change scrollbar color using css

Initial Tags
color

Initial Language
CSS