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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
为什么开头声音这么大,而老师的声音那么小,每次都要调
.main{ height:600px; margin:0 310px 0 210px; background:#9CF}
hin好 ,讲的很容易
.top{background:gray;}
.main{background:red;overflow:hidden;}
.left{background:blue;float:left;width:200px;height:500px}
.right{background:green;height:500px;width:100%;margin-left:210px;position:absolute;}
.foot{background:yellow;}
.foot{width:100%;height: 50px;background: #f63;}
.top{width:100%;height: 100px;background:#999;}
.main{position:relative;width:100%;height:600px;overflow: hidden;background: red;}
.right{width: 100%;height:600px;background:black;position: absolute;margin-left: 210px;}
.left{ width:200px;height:600px;background:green;float:left;}
对 应该用position.
.top{height:200px; background:#ccc;}

.left{float:left; background:blue;width:200px; height:800px; border-right:10px red solid;}
.right{margin:0 0 0 210px; background:#aaa;height:800px;}
.foot{height:100px;clear:both;background:yellow;}
<div class="left">left</div>
<div class="right">right</div>
浮动也无法撑开父元素
看这节课有种看蒙德里安的画的感觉
自适应即100%,左侧定值使用absolute,右侧自适应利用margin-left即可。
.top{height:100px; background:#ccc}
.left{width:200px; height:500px; background:blue; position:absolute; left:0;}
.right{margin-left:210px; height:500px; background:#9C9;}
.foot{height:100px; background:#F63;}
这个老师讲课好像是在哄孩子 我们小学老师就是这样说话 好亲切
引用:【@Bingsman】
从上到下我全部都试了一遍,就这个算是比较正确的答案,其他出现横滚动条的都是错误的答案。
这个答案可能要改造下,需要在main里添加position:relative; left里将top改为top:0px; 这样这里的top就和header无关了。否则如果header里的高度改了,left里的top也要跟着改。
个人认为答案与问题有瑕疵。
.top{background:black;height:100px;}
.main{height:600px;background:red;}
.left {width:200px;height:600px;float:left;background:blue;position:absolute;left:0px;top:100px}

.right{height:600px;background:grey;margin-left:210px;}
.foot{height:50px;background:orange;}
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消