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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
视频LOGO的背景音乐,听起来很难受..............................= = = ...
讲解的很详细,易懂,老师的“呢”好萌~
用的火狐,不能用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%}
老师讲的挺细
.top{width:100%;height:50px;background:gray;}
.main{width:100%;height:300px;background:red;}
.left{width:30%;height:300px;background:blue;float:left;}
.right{width:68%;height:300px;background:green;float:right;}
.foot{width:100%;height:30px;background:orange;clear:both;}
代码是从上往下读的,要先加载谁就把谁放在上面就行了,
.top, .foot{width:100%;height:100px;background:#ff0;}
.main{width:100%;height:300px;}
.right{width:100%;height:300px;background:#000; position:absolute;left:210px}
.left{ width:200px;height:300px;background:#ccc; position:absolute;}
我也是用笔记本看,声音调到最大了,但是声音还是很小,受不了……
样子是有了,不知道对不对,哈哈
因为main包含的块全都设置了浮动,而浮动和绝对定位会使块脱离标准文档流,但是head仍在文档流中 所以foot会忽略main的所有块而贴着head块
方法1: .main{
width:860px;height:600px;margin:0 auto;background:#9FC;}
方法2:.footer{ height:50px; background:#9F9; margin:600px 0 0 0;}
方法3:.footer{width:100%; height:50px; background:#9F9; position:absolute;top:700px;}
看了前面的基础,在看这个,感觉很容易懂,学的挺开心
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消