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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
in2
div{ text-align:center; line-height:50px ; position:absolute;}
.main{ width:960px; height:600px; margin:0 auto}
.left{ width:300px; height:600px; background:#ccc; float:left;}/*左浮动样式*/
.right{ width:660px; height:600px; background:#FCC; float:right; position:relative; left:30px;}/*右浮动样式*/
.left{float: left; left: 0;}
.right{float: right; right: 0}



.left{position; absolute; left: 0;}
.right{position; absolute; right: 0}

都是可以实现上面三列布局的
老师讲的很精彩,对布局有了清晰的认识。我在网上看到一篇文章不错,讲的是如何按照编码规范写出好的代码,不敢私藏,分享给大家。

链接是:http://t.cn/RUDeImC
想来想去不能把left挤上main里去,看了别人的代码,还是得靠position:absolute来硬上啊。
看不到效果的同学,可以在页面上按住ctrl+-缩放浏览器页面,再点效果区全屏就可以看到效果了。我是雷锋
楼下都太认真了。。把right的宽度减少30px不就出间距了么。。
老师好棒!!!学到了很多知识
.top{height:100px;background:#ccc;}
.main{height:600px;margin:0 auto;position:relative; background:red;}
.left{height:600px;width:200px;background:#00f;position:absolute;left:0;top:0;}
.right{height:600px;margin:0px 0px 0px 210px; background:#1d9;}
.foot{height:50px;background:orange;}
给个赞,老师讲课很吸引人
.main{background: red;height:600px;}
.left{ height:600px;width:200px;background:blue;float: left;margin-right: -100%;}
.right{height:600px;float: left;width: 100%;background:green;float:right;}
.foot{height:100px;background: #FF7F24;}
总宽度扩大就能弄出间距
float
position:absolute
biubiubiu 1297179819@qq.com fighting!
好吧,错了,right不用定位就行了。。。
.wrap{width:1000px;}
.main{background-color:red;position: relative;width:100%;height:500px;}
.left{background-color:blue;position: absolute;left:0;top:0;width:200px;height:500px;}
.right{background: darkolivegreen;position: absolute0;margin-left:210px;height: 500px;width: 79%;}
外面包裹wrap,不然右边只会出现一小条
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消