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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
为什么要清除浮动?
花括号多出来了一个,是个错误;
要把任务1、任务2删了再执行,dw上可以操作,无误
随着内容自己变动宽度怎么设置?

最新回答 / 巴斯光年999
谢谢啦,可是我有时候更改了css里的内容,为什么显示出来的没有变化呢
我给你们个 高度跟宽度吧~width:600px;top-height:100px; left-height:300px;right-height:300px;foot-hight:100px; 我也是纠结了好久高宽,现在给你们个,我已经写出来了。
我就是纠结宽高设置
.top{width:100%;height:100px;background:#ccc;}
.main{width:100%;height:400px;background:red;position:relative}
.left{position:absolute;width:200px;height:400px;left:0;top:0;background:blue;}
.right{margin-left:210px;height:400px;background:#0f0;}
.foot{width:100%;height:100px;background:#455;} 正确答案
.top{background: #F2F2F2;}
.main{background: #e00;height: 400px;}
.left{ float: left;width: 200px ;height:400px;background: #8a2be2;}
.right{float: right;margin: 0 0 0 210px;height:400px;width: 100%; background: #9bcd9b;position: absolute;}
.foot{background: #EEB422; margin:400 0 0 0; width: 100%;}
.main{background-color: red;position: relative;width: 100%;height: 500px;}
.right{background-color: greenyellow;position:absolute;height: 500px;width: 100%;left: 210px;top: 0;}
.left{left: 0px;top:0;background-color: blue;height: 500px;position: absolute;width: 200px;}
字数限制,top&foot的样式就不写了。
只有我想说任务4还可以这样嘛。display:inline;
good!
慕课网的片头设计很烂。图形动画和音乐都挺差。我发现这也是慕课网都是代码教学类的程序员教程偏多,相应的UI
设计类课程几乎没有。和网易云课堂比这是一个很大的弱项。

最赞回答 / kerse
.left{ width:200px; height:600px;  position:absolute;left:0; top:0;background:#ccc;}.main{ height:600px; margin:0px 310px 0px 210px; background:#9CF;}.right{ height:600px; width:300px; position:absolute; top:0; right:0; background:#FCC;}
点赞。。。。
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消