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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
谢谢老师的课程,通俗易懂
更正一下错误:position:absolute;要基于position:relative进行定位,如果没有定义position:relative则会想对于html元素定位。而不是相对于body定位。
position:absolute;要基于position:relative进行定位,如果没有定义position:relative则会想对于body定位。
.main{width: 100%;overflow: hidden;background: #ccc;position: relative;}
.left{ width:200px; height:500px; background:blue; position: absolute; left: 0; top: 0;}
.right{height:500px; background:#9C9;margin-left: 210px;}
.foot{ height:50px; background:#F63 }
body{ margin:0; padding:0; font-size:30px; color:#fff}
.top{height:100px; background:#ccc}
.top{width:100%;height:100px;background:#ccc;}
.main{height:400px;background:red;}
.left{position:absolute;left:0;top:100px;width:200px;height:400px;background:blue;}
.right{margin-left:210px;height:400px;background:#3dc;}
.foot{width:100%;height:50px;background:orange;}
这老师声音真小
z这里的代码我觉得footer div用margin600px 0 0 0 比较适合。height用main上head也会应用,虽然会被后面的覆盖,看着就不爽。
文档流:将窗体自上而下分成一行一行,并在每行中按从左至右的挨次排放元素,即为文档流。
有三种状况将使得元素离开文档流而存在,分别是浮动、绝对定位、固定定位。
成功运行的部分代码如下:
div{text-align:lfet;}
.left{width:200px;height:500px;background-color:blue;float:left;}
.right{margin-left:201px;height:500px;background-color:#396;}
.foot{height:50px;background-color:#0hh;clear:both;}
<div class="left">left</div>
<div class="right">right</div>
那声音好像我大学的安卓老师,嘻嘻嘻嘻
top独占一行是因为没有定义宽度,只定义了高度。
.footer{ height:50px; background:#9F9; clear:both;}
.top{height:100px;background:#DDD;}
.main{height:600px;background:red;}
.right{width:100%;height:600px;background:#AED581;position:absolute;left:210px;}
.left{width:200px;height:600px;position:absolute;background:blue;}
.foot{height:50px;background:#ff8040;}
深深的套路啊,陷阱一个接一个;
第二个背景色没了,两个背景色宽度加一起正好960px; 搞了半天float,就是不会分开~~~
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消