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

清除浮动3(兼容所有浏览器)

时间:2017-02-12 13:26:40      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:清除浮动   keyword   rip   content   hid   display   oom   isp   clear   

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus?">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>css_盒子</title>
<style type="text/css">
body{border: 1px solid black; }
.box1{border: 1px solid blue;width: 200px;height: 100px;float: left;}
.box2{border: 1px solid red;width: 500px;height: 100px;float: left;}
.clear:after{display: block;clear: both;content: ".";visibility: hidden;height: 0;}
.clear{zoom:"1";}


</style>
</head>
<body>

<div class="box clear">
<div class="box1">我是盒子1</div>
<div class="box2">我是盒子2</div>

</div>
</body>
</html>

清除浮动3(兼容所有浏览器)

标签:清除浮动   keyword   rip   content   hid   display   oom   isp   clear   

原文地址:http://www.cnblogs.com/caicai2480/p/6390740.html

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