Change color of scollbar in browser
You can change 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
Thanks,
Abhay