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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
http://codepen.io/anon/pen/aOVqyK
布局:版式布局,是网页UI设计师将有限的视觉元素进行有机的排列组合。
我把任务123几个字删了,就能正确显示了。这是几个意思
.left{ width:200px; height:600px; background:#ccc;position:absolute; left:0; top:0}
.main{ height:600px;margin:0px 310px 0px 210px; background:#9CF}
.right{ height:600px; width:300px; position:absolute; top:0; right:0; background:#FCC;}
各位都好厉害啊
.top{width:100%; height:50px;background:gray;}
.main{width:100%; height:300px;background:red;}
.left{width:200px;height:300px;background:blue;position:absolute;}
.right{margin-left:210px;width:100%;height:300px;background:green;position:absolute;}
.foot{width:100%; height:50px;background:#369;}
.left{width:200px;height:600px;background-color:blue;float:left;}
.right{width:100%;height:600px;background-color:green;position:absolute;left 0;margin-left:210px;}
为什么都用到了绝对定位?在.right{height:300px;width:300px;background-color:green;float:right;}直接一个右浮动就可以解决啊。
不知道为什么,那么多昂~~
为什么声音这么小?
大家看一下“昂”
清除浮动 clear:both;

已采纳回答 / wylaa
不然父元素高度会塌陷,影响父元素的同级元素

已采纳回答 / Idle江
http://www.zhihu.com/question/24529373/answer/29135021哈哈,知乎上关于脱离文档流的这个讲得好,原来脱离文档流是相对于普通流来讲的
.top{width:auto;background:#ccc;height:100px;}
.main{background:#f00;height:600px;}
.left{ background:blue;width:200px;height:600px; float:left;}
.right{background:green;height:600px; position:absolute;right:0px; left:210px;}
.foot{height:100px;width:auto; clear:both;background:#ccc;}
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消