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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
挨着 嵌套着 堆压
不是根据body,是根据html定位
.top{margin:0 auto;background:#ccc;height:80px;}
.main{background:red;height:500px;}
.left{ height:500px;width:200px;background:blue;position:absolute;left:0;}
.right{height:500px;background:#6c9;position:absolute;right:0;left:210px;}
.foot{background:orange;height:50px;}
这是我在慕课网上过最快的一门课,这感觉贼溜
学到了,多谢
fdgvdfsdf
告诉这个是谁做的,我要打死他。。。
不想吐槽编辑器.......^>^
0px 305px 0px 207px
我硬拿firebug调出来的
声音好小啊。。。(o´・ェ・`o)
Relative :  对象不可层叠,但将依据left,right,top,bottom
main{height:500px;background:red;position:relative;}
.left{width:200px;height:500px;background:blue;position:absolute;top:0px;left:0;}
或者
main{height:500px;background:red;}
.left{width:200px;height:500px;background:blue;position:absolute;top:50px;left:0;}
.top{ height:200px; background:red;}
.main{ background:#000; position:relative;}
.left{ width:200px; height:400px; background:#333; position:absolute; left:0; top:0; }
.right{ height:400px; background:#999; margin:0 0 0 200px; }
.foot{height:400px; background:blue;}
实现效果图可以在.right和.left中加入代码margin-left:30px,但是相应的宽度应该设置为:.main{ width:900px; }
.left{ width:300px; }.right{ width:540px;}。
position:fixed ,position:absoulut 提升了一层高度(1层) 脱离了文档流
float 提升了半层高度(0.5层) 没有脱离文档流
position:relative 没有提升高度(0层高度) 没有脱离文档流
编写的代码要兼容IE6……这句话不知道会拉到多少仇恨哈哈哈
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消