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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
.top{height:50px; background:gray;}
.main{height:400px;background:red;position:relative; }
.left{ width:200px; height:400px; background:blue;}
.right{height:400px;background:green;margin-left: 210px;position:absolute;}
.foot{ height:50px; background:orange;overflow:hidden;}
.top{height:100px;background-color:red;}
.main{position:relative;}
.left{width:200px;height:400px;background-color:green;position:absolute;top:0;left:0;}
.right{height:400px;background-color:blue;margin-left:210px;}
.foot{height:50px;background-color:#f60;}
.top{width:100%;height:60px;background:gray;}
.main{width:100%;height:800px;background:red;}
.left{ width:200px;height:800px;background:blue;float:left;}
.right{width:60%;height:800px;background:green;float:right;}
.foot{width:100%;height:60px;background:orange;clear:both;}
ok
body{ margin:0; padding:0; font-size:30px; color:#fff}
.top{height:100px; background:#ccc}
.main{background:red;}
.left{ width:200px; height:500px; background:blue;float:left; }
.right{ margin-left:210px;height:500px; background:#9C9;}
.foot{ height:50px; background:#F63;}
main部分的高度是靠left撑起来的
.top {width:100%; background:grey;height:200px;}
.main{background:red;position:relative;width:100%;}
.left{ background:blue;width:200px;height:700px}
.right{background:green;position:absolute; height:700px;margin:0 0 0 210px;width:100%;}
.foot{background:orange;clear:both;}
这是答案!。。。。。。。。。。。。。。表示这哥们做事好容易往简单方面想象
先加载就是在html中在前面的意思吧
.main{width: 100%;height: 800px;position: relative;}
.left{width: 200px;height: 800px;margin-right: 10px;background:blue;position: absolute;left:0;top:0}
.right{height: 800px;background:green;margin-left: 210px;}
.foot{width: 100%;height: 200px;background:yellow;clear:both;}
听不懂的同学可以先去听《网页布局基础》再回来听还是很好理解的
.top{width:100%;height:80px;background-color:gray;}
.main{width:100%;height:500px;background-color:red;}
.left{ width:200px;height:500px;background-color:blue;float:left;}
.right{height:500px;background-color:green;position:absolute;left:210px;right:0px;}
.top{height:80px; width:500px; background:#ccc;}
.main{height:300px; width:500px;background:#f00;}
.left{height:300px; width:130px;background:#00f;float:left;}
.right{height:300px; width:360px;background:#9c9;float:right;}
.foot{height:40px; width:500px; background:#f63;}
用代码 position:absolute; 替换【任务1】
用代码 margin:0 310px 0 210px; 替换【任务2】
用代码 right:0;top:0; 替换【任务3】
.head,.main{ width:960px; margin:0 auto}
.left{ width:220px; height:600px; background:#ccc; float:left}
.r_sub_right{ width:200px; height:600px; background:#9FC; float:right}
.footer{ height:50px; background:#9F9; clear:both}
好多小伙伴都在这学习,大家一起努力一起进步吧,加油
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消