码迷,mamicode.com
首页 > 其他好文 > 详细

div float

时间:2015-05-16 10:37:10      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:

<html>
<head>
</head>
<body>
<div style="width:200px; overflow:hidden;">
	<div style="float:left; width:100px; height:100px; background:#f00;">
	</div>
	<div style="float:left; width:100px; height:50px; background:#0f0;">
	</div>
	<div style="float:left; width:100px; height:50px; background:#00f;">
	</div>
</div>
</body>
</html>

右侧放不下连才会往下放:

技术分享

div float

标签:

原文地址:http://my.oschina.net/u/861926/blog/415602

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!