DIV+CSS教程_解决IE6下为什么图片下方有空隙产生源码教程
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "">
<html xmlns="" xml:lang="zh" lang="zh">
<head profile="#">
<meta http-equiv="content-language" content="zh-cn" />
<meta http-equiv="content-type" content="text/html;charset=gb2312" />
<title>blueidea</title>
<style type="text/css">
/*<![CDATA[*/
div {
border:1px solid red;
background:orange;
}
img {
width:276px;
height:110px;
}
/*]]>*/
</style>
</head>
<body>
<div>
<img src="" alt="google" />
</div>
</body>
</html>
解决这个BUG的方法也有很多,可以是改变html的排版,或者定义img 为display:block
或者定义vertical-align属性值为vertical-align:top | bottom |middle |text-bottom
还可以设置父容器的字体大小为零,font-size:0