View Single Post
  #2 (permalink)  
Old Jul 1st, 2006, 12:30
meccano meccano is offline
Junior Member
Join Date: Jun 2006
Location: Ireland
Age: 18
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Re: firefox footer problem...

Actually its mucked in Opera too:


Opera


Firefox

Yet this is how I need it to look surprisingly its internet explorer......


Internet Explorer

I think the problem could be my footer code preventing anything from going underneath it......


Code: Select all
#footer {
    text-align: right;
    padding: 20px 10px;
    margin-bottom: 5px;
    background-color: #000066;
}
#footer a {
color: #ffffff;
}
#footer a:hover {
color: #dddddd;
}
But I dont know what that is.....
Reply With Quote