View Full Version : Scroll code not working


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!!!

starlet
01-11-2003, 04:50 PM
Take out the } before the scrollbar info starts....i think thatll fix it.

<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>

rebecca
01-11-2003, 05:05 PM
You are a saint! <blowing kisses>

What would you think about moving in with me and holding my hand online?

Thanks!

starlet
01-11-2003, 05:37 PM
:lol:
No problem