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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
.top{height:80px;margin:0 auto;background-color:#ccc}
.main{height:400px;background-color:#f00}
.left{height:400px;width:200px;background-color:#00f;position:absolute;left:0;top:100px}
.right{height:400px;margin-left:210px;background-color:#0f0}
.foot{height:50px;margin:0 auto;background-color:#f60}
.top{background:#ccc;}
.main{background:red;overflow:hidden;}
.main .left{ width:200px;height:800px;background:blue;float:left;}
.main .right{width:500px;height:800px;background:#0C9;float:right;}
.foot{background:#ff6347;}

已采纳回答 / joshwong
在left框架中position属性后的冒号“:”应是英文冒号不是中文冒号“:”
.top,.main{width:600px;margin:0 auto;}
.top{height:100px;;background:#ccc;}
.main{height:500px;background:red;}
.left{height:500px;width:200px;background:blue;float:left;}
.right{height:500px;width:390px;background:#9f9;float:right;}
.foot{height:50px;width:600px;background:#f90;margin:0 auto;}
.top{height:50px;background:#CCC;}
.mian{height:500px;background:#9CC;}
.left{width:200px;height:500px;background:#C9F;float:left;}
.foot{background:#9CF;}
感觉没有网页基础布局的老师教的细致。。。
.top{height:100px;background:grey;}
.main{width:100%;height:600px;background:red;}
.left{width:200px;height:600px;background:blue;float:left;}
.right{width:100%;height:600px;background:lightgreen;position:absolute;left:210px;}
.foot{height:50px;background:orange;clear:both;}

最新回答 / killua_赤
因为自适应是默认以容器内的内容来适应的,而你的内容只有文字,所以就宽度很小了。
老师讲的非常好
声音太小,听不清!
心塞地多了一个大括号。。。
中间布局自适应不错

最新回答 / 摆渡人_dudu
.r_sub_right{ width:200px; height:600px; background:#9FC;folat:right;}   这行代码中的float拼错了!!

已采纳回答 / roqiii
不加定位属性position的样式left、top是无效的,既然加了就定个位置。不加是有一点空隙的。.left是mian里面的div,.right就是右面那个divmargin和padding?问什么?盒子模型的结构
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消