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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
不错,不错,听得很明白。
加上个宽度用margin:0 auto;
挺好的,不知道什么时间能自己做出来啊
挺好的喜欢,喜欢
A模块用绝对定位定位,B模块用外边距,这样B模块的宽度就会自适应
.top{background:#CCC;height:100px;}
.main{background:#FD0201;position:relative;height:600px;}
.left{background:#0000FE;width:200px;position:absolute;top:0;left:0;height:600px}
.right{background:#9ACC99;margin-left:210px;height:600px}
.foot{background:#FF6634;height:50px}
.footer{ height:50px; background:#9F9; clear:both;}
.left{ width:200px; height:600px; background:#ccc; position:absolute; left:0; top:0}
.main{ height:600px; margin:0 310px 0 210px ; background:#9CF}
.right{ height:600px; width:300px; position:absolute; top:0; right:0; background:#FCC;}
.main,.footer{ width:960px; margin:0 auto;}
.top{width:100%;background:red;}
.main{width:100%;height:400px;background:blue;}
.left{width:200px;height:400px;background:yellow;}
.right{height:400px;position:absolute;left:210px;background:orange;width:100%;}
.foot{width:100%;background:green;}
.top{width:100%;background:#ccc;}
.main{width:100%;height:400px;background:red;}
.left{width:200px;height:400px;background:#12b;}
.right{float:right;height:400px;margin-left:210px;position:absolute;background:green;width:100%;}
.foot{width:100%;background:#65f;}
坑爹啊!怎么让右侧先加载?

最新回答 / 掌仙人
你这个代码实际上不是自适应,仅仅是通过设置margin-left实现宽度的默认设置,left和right两个块都不在一行
看到dreamweaver,就不想听了

已采纳回答 / ime2016
.right不要去设置浮动了;用margin去自适应;你的代码:<...code...>修改后的代码:<...code...>效果图:<...图片...>
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消