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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
讲得不错,深入浅出
body{ margin:0; padding:0; font-size:30px; color:#fff}
.top{height:100px;background:gray;}
.main{height:300px;background:red;}
.right{margin:0 0 0 205px;background:lightgreen;height:300px;}
.left{ width:200px;height:300px;float:left;background:blue;}

.foot{height:60px;background:orange;
.top{width:100%;background:gray;}
.main{width:100%;background:red;position:relative;}
.left{ width:200px;height:500px;position:absolute;top:0;background:blue;}
.right{margin-left:210px;height:500px;background:green;}
.foot{width:100%;background:pink;clear:both;}
.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;}
.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;}

最新回答 / 慕移动9181930
不同的版本可能有所不同,重要的是能够正确配置,正常使用^_^一定要注意基础,语法
.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;}

已采纳回答 / 慕少7532173
你的记事本保存时,也应该调整UTF-8,两者不一致就会出现乱码
这是答案!。。。。。。。。。。。。。。表示这哥们做事好容易往简单方面想象
先加载就是在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;}
听不懂的同学可以先去听《网页布局基础》再回来听还是很好理解的

最新回答 / 挨踢大神
footer{width:auto; height:50px; background:#9F9; clear:both;}width值要设置成auto才是自适应浏览器宽度。而不是100%。
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消