i have a ccs sheet that contains the following:
BODY, P, TABLE,TD,TR {
background-color: #000000;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
color : Black;
}
A:HOVER {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #FFFFFF;
text-decoration : underline;
}
A:LINK, A:ACTIVE, A:VISITED {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #FF0000;
text-decoration : underline;
}
TD.header {
background-color : #000000;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #FFFFFF;
font-weight : bold;
border : 1px solid #FFFFFF;
padding : 2px 2px 2px 2px;
text-align : center;
}
.error {
color: #ff0000;
border-color: #ff0000;
border-width: 1px;
}
.specialcat {
color: #FF0000;
}
INPUT,SELECT,TEXTAREA {
background-color: #ffffff;
color: #000000
}
All of the background stuff works but it doesn't effect my links.
2007-04-01
03:39:59
·
2 answers
·
asked by
turbocharge
1
in
Other - Computers