White space below footer only in IE White space below footer only in IE wordpress wordpress

White space below footer only in IE


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.