|
Changing scrollbar colors is as easy in IE as defining the properties
example body scrollbar change below you need to add colors
.body {
scrollbar-3dlight-color:;
scrollbar-arrow-color:;
scrollbar-base-color:;
scrollbar-darkshadow-color:;
scrollbar-face-color:;
scrollbar-highlight-color:;
scrollbar-shadow-color:
}
|