In IE, the bottom part of the content is getting cut off: http://www.thevaricosevein.com/contact.php Any suggestions for an easy fix here? Comments are appreciated.
I think the problem is footer's css. Right now it looks like this: #footer { clear:both; float:left; height:5em; margin-top:-5em; width:100%; } Code (markup): Try to remove this line margin-top:-5em; Code (markup):