taulmaril
6-25-02, 02:15 AM
I just made a simple menu page for a friend using a colored scrollbar . . . I used this code
<!--StyleSheet for the Scrollbars, change color codes to change collar of scrollbar components-->
<style>
body {
scrollbar-3d-light-color:#F7C885;
scrollbar-arrow-color:#9A8A4F;
scrollbar-base-color:#9A8A4F;
scrollbar-dark-shadow-color:#C26B0C;
scrollbar-face-color:#C26B0C;
scrollbar-highlight-color:#C26B0C;
scrollbar-shadow-color:#9A8A4F}
</style>
<!--End StyleSheet-->
I see the scrollbars fine on my screen but on her computer everytime she changes her windows color preferences the scrollbars change color. We're both running Win98 and IE. Anyone have any idea why this is happening and/or how to fix it? Thanks
<!--StyleSheet for the Scrollbars, change color codes to change collar of scrollbar components-->
<style>
body {
scrollbar-3d-light-color:#F7C885;
scrollbar-arrow-color:#9A8A4F;
scrollbar-base-color:#9A8A4F;
scrollbar-dark-shadow-color:#C26B0C;
scrollbar-face-color:#C26B0C;
scrollbar-highlight-color:#C26B0C;
scrollbar-shadow-color:#9A8A4F}
</style>
<!--End StyleSheet-->
I see the scrollbars fine on my screen but on her computer everytime she changes her windows color preferences the scrollbars change color. We're both running Win98 and IE. Anyone have any idea why this is happening and/or how to fix it? Thanks