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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
.main{margin:0 auto; width:600px; height:500px; background:red;}
.left{ background:black;height:500px;width:100px;position:absolute; top:100px;}
.right{background:blue; height:500px; width:490px; float:right;}
.foot{margin:0 auto; width:600px; height:50px; background:yellow;}
.left{ width:200px; height:600px; background:#ccc;position:absolute; left:0; top:0}
.main{ height:600px; margin:0 310px 0 210px; background:#9CF}
.right{ height:600px; width:300px; position:absolute; top:0; right:0; background:#FCC;}
锦囊里面的答案是错的吧
T_T
终于遇见知音了,老师真懂我,我就喜欢版式,杂志、网页、海报、画册,确实都是版式啊
这节怎么完成不了百分之百啊

已采纳回答 / 慕移动4811555
是清除main中的浮动对footer的影响,如果不清除的话,footer会跑到main的下面去

最新回答 / Cassie_yu
footer的式样设置#9F9就是绿色的当没有清除浮动的时候,footer的样式是被上面浮动的式样所覆盖了的,所以式样紧跟在head之后,而只显示出了文字把代码复制到浏览器中去尝试下就会明白了
.top { background: #ccc;}

.main,.left,.right { height: 600px;}

.main {
background: #f00;
}

.left {
position: absolute; top: 100px; left: 0; background: #00f; width: 200px;
}

.right {
margin: 0 0 0 210px; background: #0f0;
}

.foot {
background: #0ff;
}
.left {
position: absolute; top: 100px; left: 0; background: #00f; width: 200px;
}

.right {
margin: 0 0 0 210px; background: #0f0;
}

.foot {
background: #0ff;
}
.top{height:100px; background:#ccc;}
.main{height:500px; background:red; position:relative;}
.right{height:500px; background:lightgreen; position:absolute; left:210px; width:100%;}
.left{width:200px; height:500px; background:blue;}
.foot{width:100%; height:50px; background:orange;

最新回答 / cosmochina
课程 \前端开发 \HTML/CSS \网页布局基础 第三章 3-2有讲到 可以看一下布局
.top{height:80px;background:#708090;}
.main{width:100%;height:450px;margin:0 auto;}
.left{ width:20%;height:450px;background:blue;float:left;}
.right{width:80%;height:450px;background:red;float:right;}
.foot{height:40px;background:#FF7F50;}
.left{ width:200px; height:600px; background:#ccc; position:absolute; left:0; top:0}
.main{ height:600px; margin:0 320px 0 220px; background:#9CF}
.right{ height:600px; width:300px; position:absolute; top:0; right:0; background:#FCC;}
.top{height:30px;background:black;}
.main{height:400px;width:100%;background:red;}
.right{height:400px;width:46%;float:right;background:blue}
.left{height:400px;width:50%;float:left;background:green;}
.foot{height:30px;width:100%;background:orange;}
.head,.main{ width:960px;margin:0px auto;}
.left{ width:220px; height:600px; background:#ccc;float:left;}
.r_sub_left{ width:540px; height:600px; background:#9C3; float:left}
.r_sub_right{ width:200px; height:600px; background:#9FC; float:right;}
.footer{ height:50px; background:#9F9;clear:right;}
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消