scroll bar colors

hello.<br />
you know how you can make the scroll bars on a site different colors? is there any way to enable or disable it? because i have colored scroll bars on my site and it shows on my other computer but not this one. im using internet explorer. please help. thanks<!--content-->To do this you use CSS. It should work on computers with IE 5 and above. Here is an example:<br />
<br />
<STYLE type="text/css"><!--<br />
BODY {<br />
scrollbar-base-color: color;<br />
scrollbar-track-color: color;<br />
scrollbar-face-color: color;<br />
scrollbar-highlight-color: color;<br />
scrollbar-3dlight-color: color;<br />
scrollbar-darkshadow-color: color;<br />
scrollbar-shadow-color: color;<br />
scrollbar-arrow-color: color;<br />
}<br />
--></STYLE> <br />
<br />
Good Luck,<br />
Paul<!--content-->
 
Back
Top