Stickybomb Posted April 18, 2007 Share Posted April 18, 2007 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? Quote Link to comment Share on other sites More sharing options...
Gast Posted April 18, 2007 Share Posted April 18, 2007 Can I ask why the footer is being positioned absolutely. And maybe a link to see more of the picture if possible? Quote Link to comment Share on other sites More sharing options...
Stickybomb Posted April 18, 2007 Author Share Posted April 18, 2007 the footer is being placed absolutely at the bottom of the window no matter what the size of the window using the bottom:0 attribute. i figured it out though thanks anyways. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.