论坛

标题: 为什么设置浮动的子集撑不开父级 [打印本页]

作者: 朱文强jude    时间: 2017-8-21 12:22
标题: 为什么设置浮动的子集撑不开父级
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<style type="text/css">
        .box1{width: 1000px; height: 500px;background:#A60002;}
        .box2{width: 599px;height: 600px;background: #E8FF00;float: left;}
        </style>
</head>

<body>
<div class="box1">
        <div class="box2"></div>
        <div class="box3"></div>
</div>
</body>
</html>



作者: yuanxi52028    时间: 2017-8-21 17:13
本帖最后由 yuanxi52028 于 2017-8-21 17:23 编辑

box1已经设置了高度500px
作者: 朱文强jude    时间: 2017-8-21 21:16
yuanxi52028 发表于 2017-8-21 17:13
box1已经设置了高度500px

不设置就看不到父集了 不设置也撑不开啊
作者: yuanxi52028    时间: 2017-8-23 09:21
朱文强jude 发表于 2017-8-21 21:16
不设置就看不到父集了 不设置也撑不开啊

直接告诉你加一个 clear:both; 的DIV 也许你还是不懂

你再仔细看看老师讲的clear的功能吧




欢迎光临 论坛 (http://bbs.qinxue.com/) Powered by Discuz! X3.1