yesireebobcat
09-27-2004, 06:26 PM
grrar... i'm working on this site,
http://goingup.w2r.net/abnoba.shtml
. I used this CSS code,
body
{
scrollbar-base-color: #000000;
scrollbar-3dlight-color: #031f39;
scrollbar-darkshadow-color: #031f39;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #031f39;
scrollbar-shadow-color: #031f39;
scrollbar-track-color: #000000;
}
body, td, div
{
font-family: verdana, helvitica, serif;
font-size: 8pt;
font-color: #ffffff;
}
div.pagebody
{
background: #000000;
padding: 14px;
border-style: solid;
border-width: 1px;
border-color: #000000;
}
div.head
{
padding: 4px;
border-bottom-stlye: solid;
border-bottom-width: 1px;
border-bottom-color: #031f39;
}
div.boxcontent
{
padding: 4px;
background: #000000;
}
div.box
{
border-style: solid;
border-width: 1px;
border-color: #031f39;
padding: 1px;
margin-bottom: 16px;
}
div.banner
{
border-style: solid;
border-width: 1px;
border-color: #031f39;
padding: 0px;
margin-bottom: 1px;
}
hr
{
visibility: hidden;
display: none;
}
input, textarea, select, radio
{
font-family: verdana, helvitica, serif;
font-size: 8pt;
border-style: solid;
border-width: 1px;
border-color: #031f39;
background-color: #000000;
background-image: none;
}
p
{
font-color: #031f39;
text-align: left;
font-family: verdana, helvitica, serif;
font-size: 8pt;
}
a
{
color: #031f39;
text-decoration : none;
}
a:link
{
color: #031f39;
text-decoration: none;
}
a:visited
{
color: #031f39;
text-decoration: none;
}
a:hover
{
color: #031f39;
text-decoration: none;
font-size: 7pt;
cursor: default;
}
h1
{
font-family: verdana, helvitica, serif;
font-weight: bold;
font-size: 11px;
letter-spacing: 4px;
}
i can't get the font color to change from black to my desired color. i've tried everything i can think of. anyone have help for me? :grouch:
http://goingup.w2r.net/abnoba.shtml
. I used this CSS code,
body
{
scrollbar-base-color: #000000;
scrollbar-3dlight-color: #031f39;
scrollbar-darkshadow-color: #031f39;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #031f39;
scrollbar-shadow-color: #031f39;
scrollbar-track-color: #000000;
}
body, td, div
{
font-family: verdana, helvitica, serif;
font-size: 8pt;
font-color: #ffffff;
}
div.pagebody
{
background: #000000;
padding: 14px;
border-style: solid;
border-width: 1px;
border-color: #000000;
}
div.head
{
padding: 4px;
border-bottom-stlye: solid;
border-bottom-width: 1px;
border-bottom-color: #031f39;
}
div.boxcontent
{
padding: 4px;
background: #000000;
}
div.box
{
border-style: solid;
border-width: 1px;
border-color: #031f39;
padding: 1px;
margin-bottom: 16px;
}
div.banner
{
border-style: solid;
border-width: 1px;
border-color: #031f39;
padding: 0px;
margin-bottom: 1px;
}
hr
{
visibility: hidden;
display: none;
}
input, textarea, select, radio
{
font-family: verdana, helvitica, serif;
font-size: 8pt;
border-style: solid;
border-width: 1px;
border-color: #031f39;
background-color: #000000;
background-image: none;
}
p
{
font-color: #031f39;
text-align: left;
font-family: verdana, helvitica, serif;
font-size: 8pt;
}
a
{
color: #031f39;
text-decoration : none;
}
a:link
{
color: #031f39;
text-decoration: none;
}
a:visited
{
color: #031f39;
text-decoration: none;
}
a:hover
{
color: #031f39;
text-decoration: none;
font-size: 7pt;
cursor: default;
}
h1
{
font-family: verdana, helvitica, serif;
font-weight: bold;
font-size: 11px;
letter-spacing: 4px;
}
i can't get the font color to change from black to my desired color. i've tried everything i can think of. anyone have help for me? :grouch: