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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
这个网站真好
如果right不加float:right;定了百分比也满不了啊。
.top{width:100%;height:50px;background:blue;}
.main{width:100%;height:60px;background:red;}
.left{ width:10%;height:60px; background:green; float:left;}
.right{ width:10%; height:60px;background:green; float:right;}
.foot{width:100%;height:30px;background:yellow;}
.top{ height:100px;margin:0 auto;background:#CCC;}
.main{ height:500px;background:red;position:relative;}
.left{width:200px;height:500px;background:blue;position:absolute;top:0;left:0;}
.right{height:500px;background:#9DA;margin-left:210px;}
.foot{height:50px;background:#F63;}
.top{ width100%;height:50px;background:#edf1f2;}
main{width:100%;background:red;height:800px;}
left{ width:200px;background:blue;float:left;height:800px;}
right{background:green;margin-left:210px;height:800px;position:absolute;width:100%;}
foot{width100%;height:50px;background:orange;margin:0 auto;}
中间部分直接脱离出来显示在下方
.top{height:100px;width:100%;background:grey;}
.main{height:300px;background:red;position:relative;}
.left{ height:300px;background:blue;width:200px;position:absolute;left:0;top:0;}
.right{height:300px;margin:0 0 0 210px;background:green;}
.foot{width:100%;height:50px;background:orange;clear:both;}
.main{background:red;overflow:hidden;position:relative;}
.left{ width:200px; height:500px; background:blue;position:absolute;left:0;top:0;}
.right{ margin-left:210px;height:500px; background:#9C9;width:100%;}
.foot{height:50px; background:#F63 }
.top{width:100%;height:100px;background:#BEBEBE;}
.main{height:400px;background:red;}
.left{width:200px;height:400px;background:blue;position:absolute;left:0;top:100px;}
.right{background:#9c9;height:400px;margin-left:210px;}
.foot{width:100%;height:100px;background:#F75000;clear:both;}
老师讲的好,片头真吓人
.right{margin-left:215px;width:100%;height:600px;background:#01B468;position:absolute;}
.foot{width:100%; height:50px;background:#F75000;}
.top{width:100%; height:100px;background:#BEBEBE;}
.main{width:100%; height:600px;background:#EA0000}
.left{ width:200px;height:600px;background:#0000E3;position:absolute;}
任务1 margin:0 auto} 2 float:left 3 float:right 4 margin:0;padding:0
.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;}搞了半天左右搞反了
310 210 要加单位PX 这样才能让空白处出现
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消