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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
.top{height:200px; background:grey;}
.main{height:600px;background:red;}
.left{height:600px;width:200px; background:blue; position:absolute;}
.right{height:600px;width:100%; background:green; margin:0 0 0 210px;position:absolute;}
.foot{height:100px; background:orange; clear:both;}
.sub_l{width:95%;height:100%;background-color:blue;}
.sub_r{width:5%;height:100%;background-color:red;position:absolute;top:0;left:95%;}
.foot{height:100px;background-color:#cfa;}
.top{margin:0;padding:0;height:100px;background-color:gray;}
.main{height:800px;}
.left{width:30%;height:800px;position:absolute;top:100px;left:0;}
.right{width:70%;height:800px;margin-left:30%;position:absolute;right:0;top:100px;background-color:black;}
如果是上下两个方块之间添加空隙要怎么写margin?
.top{width:100%;height:100px;background:gray;}
.main{width:100%;height:600px;background:red;}
.right{height:600px;background:green;margin:0 0 100px 210px;}
.left{width:200px;height:600px; background:blue;position:absolute;left:0; top:100px;}

.foot{width:100%;height:100px;background:yellow;}
为什么开头声音这么大,而老师的声音那么小,每次都要调
.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>
浮动也无法撑开父元素
看这节课有种看蒙德里安的画的感觉
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消