Question : Website doesnt display correctly in IE7

I hate the fact that I have to post this issue here at EE because it's not really a question. Just hoping someone can help me solve this major issue on my website.

In IE7, the footer moves to the top of the page. It doesn't do this for IE8 or FF 3.6.

www.nabwd.com

Check it out in IE7. Any help or ideas?

Thanks!

Answer : Website doesnt display correctly in IE7

You should remove the height as you're putting your content wrapper within the topbg div which confuses the browser, you should have created the wraper outside of topbg if you wanted to give it a height.

However, you can remove the height and add an overflow:hidden, this shouldn fix it and the line won't appear

1:
2:
3:
4:
.topbg {
background:transparent url(images/topbg.jpg) repeat-x scroll center top;
overflow:hidden;
}
Random Solutions  
 
programming4us programming4us