為什么還有左外邊距?
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>填充</title>
<style type="text/css">
*{padding:0px;
margin:0px;}
#box1{
? ? width:100px;
? ? height:100px;
? ? padding:0px;
? ? border:1px solid red;
? ?
}
</style>
</head>
<body>
<div id="box1">盒子1</div>
</body>
</html>
2014-11-10
沒有左邊距吧,你可以在本地嘗試一下,網(wǎng)站上的那自帶的不是邊距。。。