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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
.top{height:100px;background:#ccc;}
.main{height:600px;background:red;position:relative;}
.left{height:600px;width:200px;background:#00f;position:absolute;left:0;top:0;}
.right{height:600px;margin-left:210px;background:#1d9;}
.foot{height:50px;background:orange;}
设置了浮动的元素,仍旧处于标准文档流中。

这道题目有点晕。
视频有错误。。。。。
我这样写的代码效果和效果图一样,各位看下
.top{height:100px; background:#ccc;}
.main{height:600px; background:red; margin:0 auto; position:relative;}
.left{width:200px; height:600px;background:blue;position:absolute;left:0;top:0;}
.right{height:600px;background:green;margin:0 0 0 210px;}
.foot{height:50px;background:orange;}
老师辛苦了,如果有赞的话正想好好点个赞,感谢慕课网
谢谢老师,老师辛苦了
赞赞赞赞在哪在哪赞赞
为何都做完还显示进度条为92%
.top{height:100px;background:#ccc;}
.main{height:600px;margin:0 auto; background:red;}
.left{width:300px; height:600px;background:#00f;float:left;}
.right{width:780px;height:600px;background:#1d9;float:right;}
.foot{ height:50px; background:#F63; margin:0 auto;clear:both}

不一定需要绝对定位来做啊。
清除浮动有两种方法:1.clear:both 2.overflow:hidden
宽度减少50,加一个maigin:0 25px,就有缝隙了
goodbangbangda
很值得学习
.main{ width:960px; height:600px; margin:0 auto}
.left{ width:300px; height:600px; background:#ccc; 【任务1】}}/*左浮动样式*/
.right{ width:660px; height:600px; background:#FCC; 【任务2】}/*右浮动样式*/
代码.left样式后面多了一个},导致.right样式中的background不可显示
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消