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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
老师教的好亲切,像在教小朋友一样,对于我们这些新手菜鸟,我们就是小朋友
核心:块挨着块;块叠着块;块嵌套着块。
.head,.main{ width:960px; height:600px;/*【任务1】*/margin:0 auto;}

.left{ width:220px; height:600px; background:#ccc; /*【任务2】*/float:left;}

.r_sub_right{ width:200px; height:600px; background:#9FC; /*【任务3】*/float:right;}

.footer{ height:50px; background:#9F9; /*【任务4】*/clear:both;}
声音也太小了吧
语速慢,建议1.5倍速
浮动和绝对定位的内涵理解不是很深刻
.top{ height:100px; background:#ccc; }
.main{ background:red;position:relative;}
.left{ width:200px; height:500px; background:blue; position:absolute; left:0;top:0;}
.right{ height:500px; margin-left:210px; background:#6C9;}
.foot{height:100px; background:orange;}
在footer添加清除浮动可以很多人看不懂,也可以用以下方法:
.head,.main{ width:960px; margin:0 auto; overflow:auto;}
在.head,.main 加 overflow:auto;
.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; position:absolute; background:#FCC;}
有没有像我注释掉才能有效果的小伙伴~顶上去
.head,.main{ width:960px; height:600px;/*【任务1】*/margin:0 auto;}
.left{ width:220px; height:600px; background:#ccc; /*【任务2】*/float:left;}
.r_sub_right{ width:200px; height:600px; background:#9FC; /*【任务3】*/float:right;}
.footer{ height:50px; background:#9F9; /*【任务4】*/clear:both;}
.left{ width:30%; height:600px; background:#ccc;float:left; 【任务1】}/*左浮动样式*/
.right{ width:65%; height:600px; background:#FCC;float:right; 【任务2】}/*右浮动样式*/
.main,.footer{ width:50%; margin:0 auto; 【任务1】}
大家看一下,嗯~~~
.top{ height:80px; background-color:grey;}
.main{background-color:red; height:400px;width:100%; }
.left{width:200px; height:400px; background-color:blue; }
.right{width:100%;margin-left:210px; height:400px; background-color:rgb(154,204,153);position:absolute}
.foot{background-color:rgb(255,102,52);}
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消