javascript_objects thread: How to make scrollbars coloured?
Hi Gerbert,
> How can I change the colour of the scrollbars in internet explorer?
Using css (for the body)...
body{
scrollbar-face-color: #336699;
scrollbar-highlight-color: #ffffcc;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: #f2fc74;
scrollbar-track-color: #ded1b3;
scrollbar-darkshadow-color: #000000;
}
HTH,
Chris
|





