Hi - a few modules im using brng up scrollbars ... this in itself i dont mind, but they seem to take their colours from the standard windows colour settings for the PC you are on ?
Ive found this code :
Quote:
<STYLE>
<!--
BODY
{ color:black;
background-color:#a0a0a0;
scrollbar-face-color:#903030;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#C0B0B0;
scrollbar-shadow-color:rgb(0,0,0);
scrollbar-highlight-color:rgb(0,0,0);
scrollbar-3dlight-color:#808080;
scrollbar-darkshadow-Color:#202020;
}
-->
</STYLE>
|
if I slap that into the header template it effects some of my modules but not all ? is there a better way to do this to force scrollbars on my site to a colour scheme that matches my site? and why wouldnt this work for certain modules?
adding
Quote:
{ color:black;
background-color:#a0a0a0;
scrollbar-face-color:#903030;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#C0B0B0;
scrollbar-shadow-color:rgb(0,0,0);
scrollbar-highlight-color:rgb(0,0,0);
scrollbar-3dlight-color:#808080;
scrollbar-darkshadow-Color:#202020;
}
|
my my additional CSS definitions does not seem to produce any change ?
thanks in advance.