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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
.left{ width:200px; height:600px; background:#ccc; 【任务1】; left:0; top:0;position:absolute;}
.main{ height:600px; 【任务2】 background:#9CF;margin:0px 310px 0px 210px;}
.right{ height:600px; width:300px; position:absolute;right:0; top:0; 【任务3】; background:#FCC;}
.main{ width:960px; height:600px; margin:0 auto}
.left{ width:300px; height:600px; float:left;background:#ccc; 【任务1】}/*左浮动样式*/
.right{ width:660px; height:600px; float:right;background:#FCC;position:relative;left:25px; 【任务2】}/*右浮动样式*/
.head{ width:100%; height:100px; background:#ccc;}
.main{ height:600px;width:50%; background:#FCC;margin:0 auto;}
.footer{ height:50px;width:50%; background:#9CF;margin:0 auto;}
讲的不好,没有婧享人生老师讲的细致,练习题的代码敲错都检查不出来,老师写代码的格式也不严谨
老师教的很用心啊
我一样做了,但是中间那个div是无法在顶上的
.top{height:100px;background:gray;}
.main{height:400px;background:red;position:relative;}
.left{height:400px;width:200px;background:blue;position:absolute;top:0;}
.right{height:400px;background:green;margin-left:210px;}
.foot{width:100%;height:100px;background:yellow;}
讲的很清楚
这才是正确答案!

.top{background:gray;height:60px;}
.main{background:red;height:400px;position:relative;}
.left{background:blue;position:absolute;left:0;top:0;width:200px;height:400px;}
.right{background:green;height:400px;margin-left: 210px;}
.foot{background:orange;height:60px;}
.top{height:100px;margin:0 aotu;background-color:gray}
.main{height:500px;background-color:red}
.left{height:100%; width:200px;background-color:Blue;}
.right{ height:100%;width:100%;background-color:green;float:left;margin-left:210px}
.foot{height:100px;background-color:orange;;width:100%}
一开始一直没想通为什么,footer会跑到最上面去被浮动的遮盖住,后来终于明白了,浮动元素会对和父元素同级元素产生排版影响
<div class="main">
2222222222222222222222222222222222222222222222222222
<div class="left">1111111111111</div>
3333333333333333333333333333333333333333333333
</div>
<div class="footer">footer</div>
这样就能看出来为什么了。。
感觉有点逗,position的3个应该都脱离文档了吧?
而float反而在显示时有据可循。。。
讲的很好 我喜欢
.top{height:100px;background-color:gray}
.main{height:500px;background-color:red;position:relative}
.left{ position:absolute;left:0;top:0;width:200px;height:500px;background-color:blue}
.right{margin-left:210px;background-color:#ccc;height:500px}
.foot{height:50px;background-color:orange;clear:both}
前端工程师就是技术和艺术的结合体
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消