<body>
<div id="a">
</div>
<div id="b">
</div>
<div id="c">
</div>
</body>
body{
background:#333034;
}
#a{
background:#eff4f7;
float:left;
width:30%;
height:600px;
}
#b{
background:#eff4f7;
margin:0 35% 0 35%;
height:600px;
}
#c{
background:#eff4f7;
float:right;
width:30%;
height:600px;
}
为什么第3个DIV没有和前面2个DIV排在同一行?