rebecca
01-11-2003, 04:22 PM
This is my CSS code:
<STYLE TYPE="text/css">
A:link {text-decoration: none;}
A:hover {text-decoration: none; color: #BEC8D6;}
A:visited {text-decoration: none;}
BODY
{
font-family: tahoma;
color: #ffff00;
letter-spacing: 1pt;
font-weight: normal;
font-size:8pt;
}
{ scrollbar-arrow-color: #000000;
scrollbar-base-color: #727268;
scrollbar-dark-shadow-color: #E5E5E5;
scrollbar-highlight-color: #ffffff;
scrollbar-track-color: #999966;}
</style>
For some reason my scroll bars are still the default colors. Any ideas?
Thanks!!!
<STYLE TYPE="text/css">
A:link {text-decoration: none;}
A:hover {text-decoration: none; color: #BEC8D6;}
A:visited {text-decoration: none;}
BODY
{
font-family: tahoma;
color: #ffff00;
letter-spacing: 1pt;
font-weight: normal;
font-size:8pt;
}
{ scrollbar-arrow-color: #000000;
scrollbar-base-color: #727268;
scrollbar-dark-shadow-color: #E5E5E5;
scrollbar-highlight-color: #ffffff;
scrollbar-track-color: #999966;}
</style>
For some reason my scroll bars are still the default colors. Any ideas?
Thanks!!!