在ie7和ff下显示都正常的<img>,在ie6里浏览,发现图片下多出4像素,怎么解决
在ie7和ff下显示都正常的<img>,在ie6里浏览,发现图片下多出4像素,怎么解决
<style>*{margin:0;padding:0}div{width:300px;height:300px}img{width:300px;height:300px}</style><div> <img src="style/img/img01.jpg"/></div>
<style>*{margin:0;padding:0}div{width:300px;height:300px}img{width:300px;height:300px}</style><div> <img src="style/img/img01.jpg" vertical-align:bottom;/></div>
[解决办法]
1:vertical-align:center/bottomt/top.....
2:displasy:bolck;
3:img {*+margin-bottom:0px; margin-bottom:-4px;}