解决这个BUG的方法也有很多:

•可以是改变html的排版;
•或者定义img 为 display:block;
•或者定义vertical-align属性值为vertical-align:top | bottom |middle |text-bottom;
•还可以设置父容器的字体大小为零 font-size:0;。

IE6下图片下方有空间距的多种解决方法