问题描述:在IE6,块元素有浮动和和横向的margin值 ,横向的margin值会被放大成两倍,这就是IE6下双边距BUG问题
解决办法::加上display:inline;
例子代码:
点击查看关于观澜富士康网络招聘最新信息! 例子代码:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>无标题文档</title>
<style>
body{margin:0;}
.box{width:200px;height:200px;background:Red;float:left;margin:100px;}
</style>
</head>
<body>
<div class="box"></div>
</body>
</html>
版权声明:除非特别标注,否则均为本站原创文章,转载时请以链接形式注明文章出处。
还木有评论哦,快来抢沙发吧~