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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
老师教的这个方法不错,值得学习
清楚浮动的方法综合一下答案:
一:margin:600px 0 0 0;
二:clear:both(/left/right);
三:给main设置高度:.head,.main{ width:960px; 【height:600px】;margin:0 auto;}
overflow在这里会把footer直接删除,所以不算正确的清除浮动。
“啊”“啊”“啊”——像哄小孩(小白)一样
我纳闷为什么right没有颜色?原来是多了个花括号。
老师一声声“啊~啊~啊~”叫得真好听:)
.left{width:200px;height:500px;background:blue;position: absolute;}
.right{width:100%;height:500px;background:green;float: left;margin-left: 210px;}

我这个才是右侧right自适应

已采纳回答 / 不知所云的浮
大哥,你打错了一个字母 .foot{ widht:800px; height:100px; background:red; margin:0 auto} 
.top{ height:100px; background:blue}
.main{ width:800px; height:300px; background:#999999; margin:0 auto}
.foot{ widht:800px; height:100px; background:red; margin:0 auto}
在foot标签中,宽度一样 在浏览器显示占满一行,但是视频中的就是居中为什么呢
.top{height:100px; background:#999;margin:0 auto}
.main{height:800px;background:red;margin:0 auto}
.left{width:200px;height:800px;background:blue;position:absolute;top:100px;}
.right{height:800px;background:#369;margin-left:210px;width:auto;}
.foot{height:100px;background:#C60}
清除浮动两种方法:1. clear:both; 2. overflow:hidden.
.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;
background:#FCC;}
.top{height:50px;background-color:#ccc;line-height:50px;}
.main{position:relative;}
.left{ width:200px;height:300px;background-color:blue;position:absolute;top:0;}
.right{height:300px;background-color:green;margin-left:210px;}
.foot{height:50px;background-color:orange;line-height:50px;clear:both;}
.top{height:100px;background:#ccc;}
.main{width:800; height:400px; background:red;}
.left{ width:200px;height:400px;background:blue; position:absolute; left:0; top:100px;}
.right{margin-left:230px;height:400px;background:green;}
.foot{height:100px;width:auto;background:orange;}
.main{margin:0 auto; width:600px; height:500px; background:red;}
.left{ background:black;height:500px;width:100px;position:absolute; top:100px;}
.right{background:blue; height:500px; width:490px; float:right;}
.foot{margin:0 auto; width:600px; height:50px; background:yellow;}
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消