A blog post

IE6 & IE7 Space Under Image Bug

Posted on the 27 June, 2009 at 12:24 am Written by admin in Cross Browser Problems, XHTML/CSS

Problem Description:

IE6 and IE7 adds an extra space under an image.

Fix:

Add font-size:1px into the containing div.

Fix courtesy of http://blog.creonfx.com/internet-explorer/ie6-image-whitespace-bug

reply