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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
挺好的,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,这样就可以了

最赞回答 / 小呀嘛小白菜
首先你要分清楚这也网页究竟有几个功能模块,划分清楚后再设计每个大模块中的子模块,确定好平面设计之后,再如课程开头所说,利用css的浮动、定位等方式进行模块的布局划分
感觉所谓锦囊有毒啊
为什么屏幕一抖一抖的
2年前 我们老师叫我们网页自己玩。。然后一大堆的div div div。

最赞回答 / Blizzard_lihe
不同的浏览器会给margin  padding加上默认值

最新回答 / Blizzard_lihe
最普遍常用:<link href="文件路径" rel="stylesheet" type="test/css" />有时会有兼容问题:@import url("public.css");
今天第一次,好高兴
太好了,学习了,
.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;}

最新回答 / Blizzard_lihe
按照标准文档流,从上到下,从左至右进行加载。,
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消