Car_Bea
05-13-2004, 08:40 PM
Hi, it's Car, and I'm new here....
I was reading the instructions for coloring the scrollbars, but I still cant get it...
can someone explain the coloring scrollbars thing to me? Do you put brackets on it? The preview worked so it should work for me but I can't get it 4 some reason.
tnx lots,
Car_Bea
Monkey Bizzle
05-13-2004, 09:13 PM
<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>
copy and paste that exact code into the head tag of your html page. change the 0s to the correct number for the color that you want.
http://www.lissaexplains.com/color.shtml that is a link that shows a whole bunch of HTML color codes and http://www.draac.com/css/popup-color-scrollbar.html is a diagram that shows you which part of the scroll bar that you are coloring.
tinselshine
05-14-2004, 07:42 PM
Also remember coloured scrollbars only work with Internet Explorer and not other broswers as a rule. You can turn an option on in Opera to see them, but very few people do this, so in general they're an exclusive IE thing.
TS xx