Never mind I found the answer. here it is:
<style>
<!--
BODY{
scrollbar-face-color:#8080FF;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#DDDDFF;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
-->
</style>
Donald
> I was told that I need to use CSS to change the color of scrollbars. I
h> ave looked on www.w3schools.com/ and in several books that I have and I
c> annot find the reference to scrollbars in CSS. He told me to
u> se 'scrollbars-color' or something similar to that. Does anyone know
what
t> he proper syntax is for all of the scrollbar atributes in CSS and HTML
(> if any in HTML).
> Thanks,
D> onald