Hi,
why i cannot define background color in below CSS? Can anyone point out where I go wrong?
BODY
{
background-color: #002F5f;
scrollbar-face-color: #002F5F;
scrollbar-shadow-color: #001930;
scrollbar-highlight-color: #163D62;
scrollbar-3dlight-color: #163D62;
scrollbar-darkshadow-color: #001930;
scrollbar-track-color: #031423;
scrollbar-arrow-color: #FF9900;
font-family: Verdana, Arial;
font-weight: none;
font-size: 10pt;
color: 6FA0A0;
}
thanks!
Gary
why i cannot define background color in below CSS? Can anyone point out where I go wrong?
BODY
{
background-color: #002F5f;
scrollbar-face-color: #002F5F;
scrollbar-shadow-color: #001930;
scrollbar-highlight-color: #163D62;
scrollbar-3dlight-color: #163D62;
scrollbar-darkshadow-color: #001930;
scrollbar-track-color: #031423;
scrollbar-arrow-color: #FF9900;
font-family: Verdana, Arial;
font-weight: none;
font-size: 10pt;
color: 6FA0A0;
}
thanks!
Gary