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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
.top{height:30px;background:black;}
.main{height:400px;width:100%;background:red;}
.right{height:400px;width:46%;float:right;background:blue}
.left{height:400px;width:50%;float:left;background:green;}
.foot{height:30px;width:100%;background:orange;}
.head,.main{ width:960px;margin:0px auto;}
.left{ width:220px; height:600px; background:#ccc;float:left;}
.r_sub_left{ width:540px; height:600px; background:#9C3; float:left}
.r_sub_right{ width:200px; height:600px; background:#9FC; float:right;}
.footer{ height:50px; background:#9F9;clear:right;}
LOGO声音太大。老师声音太小。
视频不错,编码时自动放大很好
.top{height:100px;
background:black;}
.main{height:400px;background:red;}
.left{height:400px;width:40%;background:blue;float:left;}
.right{height:400px;width:59%;background:green;float:right;}
.foot{height:50px;
background:orange;}
老师用的软件是买的吗?真的太贵了。
老师讲得很不错,但是...声音太小了
.top{height:80px;background-color:#ccc;}
.main{height:300px;background:red;position:relative;}
.left{height:300px;width:200px;float:left;background:blue;}
.right{height:300px;background:#ccffcc;position:absolute;left:210px;right:0px;}
.foot{height:80px;background:#cc3300;}
.left{ width:200px; height:600px; background:#ccc;position:absolute; left:0; top:0}
.main{ height:600px; background:#9CF;margin:0 310px 0 210px;}
.right{ height:600px; width:300px; position:absolute;position:absolute;right:0; top:0;background:#FCC;}
.top{width:100%; height:100px; background:gray;}
.main{width:100%; height:900px; background:red;}
.left{width:200px; height:900px; background:blue;margin-top:-900px;}
.right{background:#1c9;margin-left:210px;height:900px;}
.foot{height:60px; background:#f50;}
.top{width:100%;height:100px;background:grey;}

.main{height:300px;background:red;}

.left{ width:200px;height:300px;background:blue;margin-top:-300px;float:left;}

.right{height:300px;background:green;margin-left:210px ;}

.foot{width:100%;height:50px;background:orange;clear:both;}
改变left的宽度就有白色的边了 比如280px
听到 看一下 昂 我就特别想笑
overflow:hidden在这里的清楚浮动直接把那个footer给删除了
这声音。。。有蚊子那么大声么。。
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消