Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_objects thread: How to make scrollbars coloured?


Message #1 by "gerbert" <gsteenbergen@v...> on Fri, 25 Oct 2002 15:51:55
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


  Return to Index