November 03, 2003

How do I make colored scrollbars?

Just use the following sample code and enjoy.

<style type="text/css">
<!--
BODY {
  SCROLLBAR-FACE-COLOR: #0033CC;
  SCROLLBAR-HIGHLIGHT-COLOR: #0033CC;
  SCROLLBAR-SHADOW-COLOR: #666666;
  SCROLLBAR-3DLIGHT-COLOR: #CCCCFF;
  SCROLLBAR-ARROW-COLOR: #6699FF;
  SCROLLBAR-TRACK-COLOR: #000000;
  SCROLLBAR-DARKSHADOW-COLOR: #990000;
}
-->
</style>

Posted by Jayant Kumar Gandhi at November 3, 2003 04:53 PM | TrackBack
Comments

The latter sample code works only in MS Internet Explorer. But is there some way to color scrollbars in other browsers too?

Posted by: redo at September 2, 2004 06:35 PM
Post a comment









Remember personal info?