Re: [PHP] IE vertical scrollbars changing color

2002-02-12 Thread JSheble
CSS... here's an example: BODY { font-size : 10pt; font-family : Arial, Helvetica, sans-serif; scrollbar-face-color: MidnightBlue; scrollbar-highlight-color: MidnightBlue; scrollbar-shadow-color: Gray; scrollbar-3dlight-color: #f3f3f3; scrollbar-arrow-color: #f3f3f3; scrollbar-track-color: #E

[PHP] IE vertical scrollbars changing color

2002-02-12 Thread Phil Schwarzmann
I know this is probably a HTML question and not a PHP question but... I just upgraded to Internet Explorer 6.0 and I noticed that some websites have the ability to change the vertical scrollbar's colors. Anybody know how to do this?? Thanks!!