Hi Everyone, I've spent more time than I'd like to admit trying to figure this one out. I'm making a Wordpress theme and for some reason when I view the site with Mozilla, there's an extra space between my footer and the wrapper. However, if you view the site with Internet Explorer, there's no space. I've tried adding a negative padding-top to the footer div, and this works in Mozilla, but will also pad the footer in IE so I'm back to square one. Anyone have any ideas on how to fix this? Here's the site: www.googleadsexposed.com/wordpress Thanks in advance.
For all those who are curious, the answer to my problem was simply adding a 'float: left' to the footer.