freddybee
12-15-2002, 11:25 AM
I do have a CSS file including :
a:link { text-decoration: none }
a:visited { text-decoration: none }
a:active { text-decoration: none }
a:hover { text-decoration: underline }
a:link, a:visited { color: #1F1D5A; font-weight : bold; }
.ABCD { color: #6C9EE8; background-color : #23407C;FONT-SIZE: 12px;}
.ABCD a:link, a:visited { color: #6C9EE8; font-weight : bold; }
.ABCD a:hover { color: #FEFEFE; }
.ABCD.bas { FONT-SIZE: 10px }
....
td.bgBlue { background-color: #6C9EE8 }
the line in the body :
<td class="BgBlue"><A href="detail.php?Record=1">TEST</A></td>
was supposed to have a link in color #1F1D5A but use #6C9EE8 instead ...
Any idea why ??
Thank you in advance
a:link { text-decoration: none }
a:visited { text-decoration: none }
a:active { text-decoration: none }
a:hover { text-decoration: underline }
a:link, a:visited { color: #1F1D5A; font-weight : bold; }
.ABCD { color: #6C9EE8; background-color : #23407C;FONT-SIZE: 12px;}
.ABCD a:link, a:visited { color: #6C9EE8; font-weight : bold; }
.ABCD a:hover { color: #FEFEFE; }
.ABCD.bas { FONT-SIZE: 10px }
....
td.bgBlue { background-color: #6C9EE8 }
the line in the body :
<td class="BgBlue"><A href="detail.php?Record=1">TEST</A></td>
was supposed to have a link in color #1F1D5A but use #6C9EE8 instead ...
Any idea why ??
Thank you in advance