Jump to content

[SOLVED] footer problems in IE6


Stickybomb

Recommended Posts

i have a site with a bottom aligned footer, it shows up fine in moz but in IE6 the footer is about 200px from the bottom for some reason.

 

CSS:

#footer-home {
     position:absolute;
     width:100%; bottom:0px;
     padding:5px; height:15px;
     background-color: #F78E4C;
     color: #FFFFFF; text-align:center;
     font-size: 12px;
     font-family: Optima, Times, Courier;
     font-weight: bold;
}

 

does anyone know what i am doing wrong if anything?

Link to comment
https://forums.phpfreaks.com/topic/47612-solved-footer-problems-in-ie6/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.