Jeriko
09-29-2003, 05:16 PM
anyone know how to change the color of the scroll bar using html?
|
Click to See Complete Forum and Search --> : scroll bar question Jeriko 09-29-2003, 05:16 PM anyone know how to change the color of the scroll bar using html? PeOfEo 09-29-2003, 05:22 PM You cant do it in html. But you can use ie's voodoo css to do it (In ie only of cource) <style> body { scrollbar-arrow-color:#003366; scrollbar-track-color:#000000; scrollbar-shadow-color:#003366; scrollbar-face-color:#000000; scrollbar-highlight-color:#003366; scrollbar-darkshadow-color:#000000; scrollbar-3dlight-color:#000000; } </style> That is what I used, play with the colors until you are happy, But note it will not validate because it is not actually css it is an ie only thing. IE 5.5 =< that is. webdeveloper.com
Copyright WebMediaBrands Inc., All Rights Reserved. |