How to change color of scrollbar in browser

Changes the color of scrollbar and it will work in IE5+ .
put this class inside HEAD Tag.



HTML{

scrollbar-face-color:#75EA00;

scrollbar-arrow-color:brown;

scrollbar-track-color:#EEEEEE;

scrollbar-shadow-color:'';

scrollbar-highlight-color:'';

scrollbar-3dlight-color:'';

scrollbar-darkshadow-Color:'';

}

Note: Don't put a dot symbol before css class name means don't use like .HTML

Comments