Phil Schwarzmann wrote:

> 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!!
> 
> 
body{

scrollbar-base-color:black;
scrollbar-arrow-color:black;
scrollbar-highlight-color:#FF8000;
scrollbar-3dlight-color:silver;
scrollbar-shadow-color:silver;
scrollbar-darkshadow-color:black;
scrollbar-face-color:#FF8000;
}

HTH
Gary



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to