View Full Version : background color issues


ryu_of_darkness
04-19-2005, 12:32 AM
heh heh.. i have alot of problemes fixing some bugs. heres my style sheet:

A:link
{ text-decoration: underline; color:#FF7539; }
A:visited
{ text-decoration: underline; color:#FF7539; }
A:active
{ text-decoration: underline; color:#FF7539; }
A:hover
{ text-decoration: none; color:#000000;



body
{ background-color: #FF3218;
background-image: none;


font-color: #6E0000 ;

scrollbar-face-color : #BF0000;
scrollbar-highlight-color : #FF0402;
scrollbar-3dlight-color : #BF0000;
scrollbar-shadow-color : #890000;
scrollbar-darkshadow-color : #BF0000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000;

margin-top: 2px;
margin-bottom: 2px;
margin-left: 2px;
margin-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 2px;
padding-right: 2px;
}

okay, i wonder what my probleme is, because my background color isn't showing up... here's the page (http://www.freewebs.com/skaiezone) and neither is my font color -_- :rolleyes: Also wondering how to make it so my link dosn't move over when you hover on it, so it just changes color and looses the underline....

pb&j
04-19-2005, 01:10 AM
A:link
{ text-decoration: underline; color:#FF7539; }
A:visited
{ text-decoration: underline; color:#FF7539; }
A:active
{ text-decoration: underline; color:#FF7539; }
A:hover
{ text-decoration: none; color:#000000;}

body
{ background-color: #FF3218;
color: #6E0000 ;
scrollbar-face-color : #BF0000;
scrollbar-highlight-color : #FF0402;
scrollbar-3dlight-color : #BF0000;
scrollbar-shadow-color : #890000;
scrollbar-darkshadow-color : #BF0000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000;
margin: 2px;
padding: 2px;
}

missing an ending bracket on your hover.
font-color is really color.
delete background image if you are not using it.
combine the margin and padding if all four sides are going to be the same.

ryu_of_darkness
04-19-2005, 01:28 AM
yay, u saved my hide again! *hugs you* thanx