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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
/*solution 1:div.left must shorter than div.right.*/
.top{width:100%;}
.main{position:relative;}
.left{width:200px; position:absolute; left: 0; top: 0; height:510px;}
.right{margin:0px 0px 0px 210px; height:500px;}
.foot{width:100%;}
.top{height:100px;background:#cfcfcf;}
.main{background:red;}
.left{width:200px;height:600px;background:blue; position:absolute; top:100px; left:0px;}
.right{background:#7bc69f;width:100%; margin:0 0 0 205px; height:600px;}
.foot{background:#e37411;}
父级元素里面添加 overflow:hidden 也可清除浮动
能说话大声点么?太小了。
.top{height:80px;margin:0 auto;background:gray;}
.main{height:500px;background:red;position:relative;}
.left{ width:200px;background:blue;height:500px;position:absolute;top:0;left:0;}
.right{width:100%;background:cyan;height:500px;margin:0 0 0 210px;}
.foot{bottom:0;height:50px;background:orange;}
简单明了我
代码完全一样,为什么我的页面中间显示的是红色,底部是灰色;还有就是foot里不添加margin:0 auto也是居中效果啊???
sublime也可以实现,为什么要用Dreamweaver???
代码完全一样,显示结果不同。
这节代码没有给出详细的尺寸,做起来有点费劲。
.left{
width: 200px;
height: 500px;
background: blue;
position: absolute;
left: 0px;
top: 0px
}

.middle {
height: 500px;
background: red;
margin: 0 210px 0 210px;
}
.right {
width: 200px;
height: 500px;
background: green;
position: absolute;
right: 0px;
top: 0px;
}
讲的好简单啊,没啥重点
.top{height:100px; background:#ccc}
.main{height:400px; background:red; position:relative}
.left{ position:absolute; height:400px; width:125px; top:0; left:0; background:blue}
.right{position:absolute; height:400px; width:240px; margin-left:130px; background:#9c9}
.foot{height;50px; background:#f63}
.main{height:600px;background:#9CF;position:absolute;left:210px;right:310px;}用这段实现效果了
声音太小了
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消