Hello,
I am trying to change the colors of scrollbars and found out that IE supports something like this:
<style type="text/css">
<!--
BODY{
scrollbar-face-color:#75EA00;
scrollbar-arrow-color:brown;
scrollbar-track-color:#EEEEEE;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
-->
</style>
What I could not find is a script that would change the scrollbar for Firefox.
I also found some articles saying that this is not possible with Firefox, because the above script does not conform to the W3C standards.
Is there a workarround to change scrollbars in both Firefox and IE ?
Thanks,
I am trying to change the colors of scrollbars and found out that IE supports something like this:
<style type="text/css">
<!--
BODY{
scrollbar-face-color:#75EA00;
scrollbar-arrow-color:brown;
scrollbar-track-color:#EEEEEE;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
-->
</style>
What I could not find is a script that would change the scrollbar for Firefox.
I also found some articles saying that this is not possible with Firefox, because the above script does not conform to the W3C standards.
Is there a workarround to change scrollbars in both Firefox and IE ?
Thanks,