anyone tell me why this code isn't changing the colour of the text in the footer table?
td.footer {
background-image: url('images/footer2.jpg');
background-position: bottom;
background-repeat: no-repeat;
height: 27px;
text-align: center;
vertical-align: bottom;
font-weight: bold;
color: #666666;
}
I do have a general td code as well but this is easily overridden in the header section
TD Code td {
vertical-align: top;
font-family: arial, verdana, sans-serif;
font-size: 12px;
text-align: left;
color: #000000;
}
header code
td.navheader {
height: 28px;
background-image: url('images/navheader.jpg');
background-repeat: no-repeat;
vertical-align: middle;
text-indent: 22px;
font-weight: bold;
color: #666666;
}
For some reason the code in the footer won't change colour or lose the bold and there is no extra code on the page to make this happen..... any ideas? It's the same in FF and IE
I don't have a link at the moment as I'm viewing from my hard disk....