为了账号安全,请及时绑定邮箱和手机立即绑定

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
.top{height:300px;background:#DBDCDF;}
.main{background:red; }
.left{ height:500px;width:200px;background:blue; position:absolute;left:0;top:300px;}
.right{ height:500px;background:green;margin:0 0 0 230px;}
.foot{height:200px;background:#FFA54F;}
由于main这块没有设置高度,而且left和right被设置成了浮动样式,导致main只是在head下面呈现一条线,所以footer才会在head底下
值 描述
left 在左侧不允许浮动元素。
right 在右侧不允许浮动元素。
both 在左右两侧均不允许浮动元素。
none 默认值。允许浮动元素出现在两侧。
inherit 规定应该从父元素继承 clear 属性的值。
表示只能戴耳机却听不到了啊老湿
为什么我的只到5.3就没了,是没更新?
最喜欢老师说 “看一下昂 看一下昂”
每次听这声音都要射的感觉
.top{height:100px;background:#ccc;}
.main{background:red;position:relative;height:500px;overflow:hidden;}
.left{height:500px;width:200px;float:left;background:blue;}
.right{height:500px;width:99%; position:absolute;margin:0 0 0 210px;background:#AAE27E;}
.foot{height:50px; background:#E2452F;}
.top{height:200px;background:#999;}
.main{height:600px;background:#F00}
.left{ width:200px;height:600px;background:#9C0;position:absolute;left:0;top:200px}
.right{height:600px;background:#03C;margin:0 0 0 210px}
.foot{background:#F90;height:100px}
</style>
.wrap{width:80%;margin:0 auto;background:#6cf;}
.top{width:100%;height:100px;background:grey;}
.main{background:red;overflow:hidden;}
.left{background:blue;width:200px;height:800px;float:left;}
.right{background:green;width:75%;height:800px;float:right;}
.foot{background:orange;}
这种写法放大了没问题,缩小了就很惊奇?
.wrap{width:80%;margin:0 auto;background:#6cf;}
.top{width:100%;height:100px;background:grey;}
.main{background:red;}
.left{background:blue;width:200px;height:800px;}
.right{background:green;width:75%;height:800px;float:right;}
.foot{background:orange;}
这样写对不对?
.left{ width:200px; height:600px; background:#ccc; margin-right:10px;position:absolute; left:0; top:0}
.main{ height:600px; margin:0 310px 0 210px; background:#9CF}
.right{ height:600px; width:300px; margin-left:10px;position:absolute; top:0; right:0; background:#FCC;}
老师应该把窗口缩小到最小给看看效果,我的把窗口缩小到最小之后,左侧和中间部分的被右侧的覆盖掉了!都一样么,还是我的错了?
评论限定300字数真是醉了
.top{background-color:#ddd;width:100%;height:60px}
.main{background-color:red;position:relative;height:600px}
.left{background-color:blue;width:200px;height:600px;position:absolute;top:0}
.right{background-color:green;margin-left:210px;height:600px}
.foot{background-color:orange;width:100%}
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

意见反馈 帮助中心 APP下载
官方微信
友情提示:

您好,此课程属于迁移课程,您已购买该课程,无需重复购买,感谢您对慕课网的支持!

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消