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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
.left{ width:320px; height:600px; background:#ccc; float:left;margin-left:10px;}
.right{ width:610px; height:600px; background:#FCC; float:right;margin:0 10px;}/*右浮动样式*/
挺好的,position那里多说一下就更好了
.top{width:auto;height:100px;background:#00DF00;}
.main{width:auto;height:600px;background:red;}
.left{ width:36%;height:600px;float:left;background:blue;}
.right{width:60%;height:600px;float:right;background:green;}
.foot{width:auto;height:50px;background:#7FFF55;}
</style>
</head>
.left{ width:200px; height:600px; background:#ccc; position:absolute; left:0; top:0}
.main{height:600px; background:#9CF;margin:0 310px 0 210px;}
.right{ height:600px; width:300px;right:0px; top:0; position:absolute; background:#FCC;}
啊 真的讲的很好 啊 感觉已经听懂了啊 是时候去练习了 别急啊
回答最多赞的问题吧,事实上是不用添加margin-top-600的,因为你看看left的设置position:absolutely,这里是写错的,应该设置为position:absolute,这样就可以了
感觉所谓锦囊有毒啊
为什么屏幕一抖一抖的
2年前 我们老师叫我们网页自己玩。。然后一大堆的div div div。
今天第一次,好高兴
太好了,学习了,
.top{ width:100%; height:50px; background:grey; }
.main{width:100%;background:red;position:relative;}
.left{width:200px;height:300px;background:blue; position:absolute; top:0; left:0;}
.right{width:auto;height:300px;background:green;margin-left:210px;}
.foot{width:100%;height:30px;background:#f90;}
.top{ width:100%; height:50px; background:grey; }
.main{width:100%;background:red;position:relative;overflow:hidden;}
.left{width:200px;height:300px;background:blue;}
.right{width:100%;height:300px;background:green;margin-left:210px;position:absolute;}
.foot{width:100%;height:30px;background:#f90;}
left:0; top:0之间记得加;号
感谢慕课网
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消