bonkas
09-01-2003, 05:47 AM
I am trying to change the color of my scrollbars but the css isn't working.. is there another code to do it with? or can you please post the exact css code that I will need?
|
View Full Version : Scrollbar Help... bonkas 09-01-2003, 05:47 AM I am trying to change the color of my scrollbars but the css isn't working.. is there another code to do it with? or can you please post the exact css code that I will need? Alcy 09-01-2003, 06:09 AM <style type="text/css"> body { scrollbar-face-color : #000000; scrollbar-highlight-color : #000000; scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #000000; scrollbar-darkshadow-color : #000000; scrollbar-track-color : #000000; scrollbar-arrow-color : #000000; } </style> Are you using IE5.5+? bonkas 09-01-2003, 08:45 AM ahh I missed the {} Thanks you :) Will this change the scrollbar on my Iframe too? bonkas 09-01-2003, 10:13 AM Ok I put that code in but my Iframes are still showing normal scrollbars... PS : I did edit the colors.. Sheila 09-01-2003, 11:24 AM Did you put it on each page that shows up inside the iframe? If you did do that, could you post the URL to the site? bonkas 09-01-2003, 08:22 PM No I never added it onto every page :) guess that is what I have to do ;).. |