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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
中间部分直接脱离出来显示在下方
.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 这样才能让空白处出现
2倍速度 酸爽啊 哈哈哈哈
@小丑tear如果要可长宽变化的话就要用padding设置
好像使用text-align: center;也可以是其居中的吧
好好好教程

已采纳回答 / 慕粉2158406053
初始化 让body中所有元素的内外边距都是0。先清除干净后面才好设置。
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消