From: C A Upsdell on
Mason C wrote:
> What objection, if any, is there to doing this?
>
> body { SCROLLBAR-FACE-COLOR: #ccffcc; SCROLLBAR-TRACK-COLOR: #AAAA66;
> SCROLLBAR-ARROW-COLOR: #ffff00;
> }
>
> (I know it won't validate.)

It will if you put it in a CSS file which is loaded using IE conditional
comments.

This is a contentious issue, but there is one situation in which IMO
there can be a stronger argument for using this "CSS": not for the page
itself, but for internal scrollbars; e.g., if you have a scrollable DIV,
the scroll bars for that DIV.