|
| |
|
|
CelticDragon
Posts: 227 Joined: 11/14/2003 From: Dublin, Ireland Status: offline
|
font color not working - 3/4/2005 9:43:59
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....
_____________________________
I Lost My Stuff - If you lost it, someone found it!
|
|
|
|
CelticDragon
Posts: 227 Joined: 11/14/2003 From: Dublin, Ireland Status: offline
|
RE: font color not working - 3/4/2005 10:31:07
fixed the h1 problem, not good SEO behaviour I know but it's something we are trying out, can always delete all the H1 lines later (which I would prefer but that's another story) How do I align the pictures right in CSS? Tried align and text-align to no avail.... Also, any idea why the font colour isn't changing in the footer? Hurrah! I had declared the footer.htm include to have the TABLE class="foter" not the cell.... changed that and it works! Hurrah! Still wondering about the image align though.... any ideas?
< Message edited by CelticDragon -- 3/4/2005 10:50:09 >
_____________________________
I Lost My Stuff - If you lost it, someone found it!
|
|
|
|
CelticDragon
Posts: 227 Joined: 11/14/2003 From: Dublin, Ireland Status: offline
|
RE: font color not working - 3/4/2005 13:03:47
For anyone who's interested who didn't know (as I didn't) align = right in HTML translates to float:right; in css! Hurrah for science!
_____________________________
I Lost My Stuff - If you lost it, someone found it!
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|