日期:2014-05-17 浏览次数:21031 次
<div>
<div style="width: 100px; height: 100px; float: left">div1</div>
<label>div1label</label>
</div>
<div>
<div style="width: 100px; height: 100px; float: left">div2</div>
<label>div2label</label>
</div>
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<div style="overflow:hidden;">
<div style="width: 100px; height: 100px; float: left">div1</div>
<label>div1label</label>
</div>
<div>
<div style="width: 100px; height: 100px; float: left">div2</div>
<label>div2label</label>
</div>
</body>
</html>
<div>
<div style="width: 50px; height: 100px; float: left">
div1</div>
<label>
div1label</label>
</div>
<div style="clear: left">
<div style="width: 50px; height: 100px; float: left" >
div2</div>
<label>
div2label</label>
</div>
<div>
<div style="width: 100px; height: 100px; float: left">
div1
</div>
<label>div1label</label>
<!--在源代码上加上下面这行就行了-->