CSS Library: Other: Here
Custom scrollbar colors
Author: Dynamic Drive
In IE5.5+ and above, you can use CSS to customize the color of the scrollbars on the page, which includes various components of the scrollbar. The below CSS shows the relevant CSS properties for scrollbar coloring. Note that if your page uses a valid doctype that triggers a "Strict" mode in IE, the scrollbar properties need to be assigned to the "HTML" tag instead of the conventional "BODY" in order to work. Due to this divergence in implementation, an easy solution is just to assign both the HTML and BODY tags the relevant scrollbar coloring CSS properties.
Scrollbar coloring via CSS is only supported in IE.
The CSS:
Got a question or need help customizing this CSS code? Post it in the CSS Forums. If you have a comment or suggestion instead, post it in the comments section below.
Comment Pages 1 of 6 pages 1 2 3 > Last »
The indexpage does not use the body-tag and the html-tag comes before the style declaration. I've tried using body { scrollbar... } and html { scrollbar ... },
but both don't work.
Not sure if that was what you asked.
but is there a way to make the scrollbar bigger?...a width or something?

