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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
系统自带bug,中间右栏因为自适应宽度,突出一部分了。 还有一个点不明白,为什么main的样式不需要相对定位position:relative?
技术与艺术的融合
右侧(right)先加载,左侧(left)后加载其实就是右侧的写在前面,这时就不能用float了,老师想考察你们绝对定位position:absolute
完结撒花!
.main{ width:980px; height:600px; margin:0 auto;background:white;}
.left{ width:290px; height:600px; background:#ccc; float:left;}/*左浮动样式*/
.right{ width:650px; height:600px; background:#FCC; float:right;}/*右浮动样式*/
其实老铁这是山东口音,东营那边就在句尾说“啊”,表示向对方强调和确认刚才的话
.top{ height:100px; background:#ccc;}
.main{ height:500px; background:red;}
.left{ width:200px; height:500px; background:blue; position:absolute; left:0; top:100px;}
.right{ height:500px; background:green; margin-left:210px;}
.foot{ height:50px; background:#900;}
不能在同一行的,是因为position:absolute;left:0;top:0; 标点符号没写对。

注意:
position后面是英文的 :
.top{height:100px;background:gray;}

.main{height:500px;background:red;}

.left{width:200px;height:500px;background:blue;float:left;}

.right{width:calc(100% - 210px);height:500px;background:green;float:right;}

.foot{height:50px;width:100%;background:yellow;}
正解
.top{height:100px;background:#ccc;}
.main{background:red;height:600px;}
.left{width:200px;height:600px;position:absolute;left:0;top:100px;background:pink;}
.right{background:green;height:600px;margin:0 0 0 210px;}
.foot{height:100;background:blue;}
.top{height:100px;background:gray;}
.main{height:500px;background:red;margin:0 auto;}
.left{width:200px;height:500px;background:blue;position:absolute;top:100px;left:0;}
.right{height:500px;background:#7D9EC0;margin:0 0 0 210px;}
.foot{height:100px;background:#FF8C00;clear:both;}
body{ margin:0; padding:0; font-size:30px; font-weight:bold}
div{ line-height:50px}
.left{ width:200px; height:600px; background:#ccc; float:left;}

.main{ height:600px; background:#9CF; margin-right:300px}

.right{ height:600px; width:300px; background:#FCC; position: absolute;top:0;right:0}也可以
思维不活跃不行啊 margin:0 310px 0 210px;
突然变大声,吓死
刘易明要好好学习改变自己要不负众望
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消