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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
老师讲得很好,啊。
.top{height:100px;background:#ccc;}
.main{height:500px;background:red;}
.left{width:200px;height:500px;background:blue;margin-top:-500px;}
.right{margin-left:210px;height:500px;background:#9c9;}
.foot{height:100px;background:#f63;}
我的不知道为什么.left要加一句:;margin-top:-500px;才能和右边的排在一列
.top{ width:100%;height:80px; background:gray;}
.main{ width:100%; height:300px; background:red;}
.right{ width:100%; height:300px; background:green; margin-left:210px;}
.left{ width:200px; height:300px; background:blue; position:absolute; top:80px;}
.foot{ width:100%; height:50px; background:#369;}
非常清晰明了
视频LOGO的背景音乐,听起来很难受..............................= = = ...
讲解的很详细,易懂,老师的“呢”好萌~

最赞回答 / qq_红色羽毛_03923633
因为中间的宽度根据内容决定,如果总宽度超出一定范围不会浮动会撑下来

已采纳回答 / tyc2003
高度随便确定,不影响。正式做是不用确定高度的,高度是要随内容变化的。
用的火狐,不能用HTML5播放器,不知道怎么回事···
.top{ width:auto;height:50px; background:gray;}
.main{width:auto;height:300px;background:red;}
.left{ height:300px; width:200px;background:blue}
.right{ height:300px;background:#6F0;position:absolute; margin-left:210px; width:100%;}
.foot{ height:50px; background:orange;}
</style>

答案应该是这个,不过
点全屏,向右拖动, 你们有没有发现Right部分有凸出来的部分,宽度超过了main
.top{height:50px;margin:0 auto;background:#ccc;}
.main{height:600px;background:red;}
.left{width:200px;height:600px; position:absolute;left:0;top:50px;background:blue;}
.right{height:600px;margin:0 0 0 210px ;background:green;}
.foot{height:50px;margin:0 auto;background:#f63;}
老师 我觉得有首歌特别适合你 叫威风堂堂
.top{height:30px;width:100%;background:#ccc;}
.foot{height:30px;background:green}
.main{height:300px;width:100%;background:red;position:relative;overflow:hidden}
.left{width:200px;height:300px;background:blue}
.right{height:300px;background:green;position:absolute;left:210px;top:0px;width:100%}
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消