Home > Article > Web Front-end > There is a gap problem between div css ie6 pictures_html/css_WEB-ITnose
The problem is solved by converting the image into a fast element
img{display:block;}
You can also set the img attribute
img{vertical-align :top;}