White space below footer only in IE

左心房为你撑大大i 提交于 2019-12-01 15:05:47

问题


I am building a Wordpress blog for my company and I picked a theme I thought would go well with our business. I have added widgetized areas to the footer to facilitate easy customization. When the page loads, a weird white space is below the footer, but this only happens in IE. In Chrome, when I am at the bottom and refresh the page, I can see the white space, but it disappears as soon as the page loads. The page renders correctly in everything but IE. Any help getting rid of this would be greatly appreciated.

Here is a live link to the blog.


回答1:


There are a couple of things you could try.

  1. Remove the line-height: 1 from the .fb_reset class, because the #fb-root div is essentially empy this shouldn't render — however IE might get confused.

  2. Add an overflow: hidden to your #footer and #container elements.



来源:https://stackoverflow.com/questions/15552588/white-space-below-footer-only-in-ie

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!