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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
.left{ height:600px; width:200px; 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;}
视频反应好慢啊,网易的一下就出来了
老师声音真的好小
为什么要固定? 现在很多高分屏的电脑显示出的这种定宽的门户网站效果糟糕得不得了, 左右留白占到了50%以上!
.top{height:100px;background:#ccc;}
.main{background:red;}
.left{width:200px;background:blue;height:600px;}
.right{position:absolute;left:200px;height:600px;background:pink;margin:0 10px 0;width:100%;}
.foot{height:60px;background:orange;}
RJD
三列布局,两边绝对定位,中间设置margin值
先加载left,后加载right涉及到js和jquery了吧?从别处抄了段过来,但还是不懂...
<script type="text/javascript">
function show(){
if($("#right").css("display") == "none") {
$("#right").show();
}
else if($("#left").css("display") == "none") {
$("#left").show();
}

}
.top{background-color:#ccc;height:100px;}
.main{background-color:#f00;height:400px;}
.left{background-color:#00f;width:200px;height:400px;position:absolute;left:0;}
.right{background-color:#e4f;height:400px;width:100%;position:absolute;left:210px;}
.foot{background-color:#fc4;height:100px;}
大家看“恩2”
老是啊怎么了啊 听着多和蔼啊
.top{height:100px;background:grey;}
.main{height:600px;background:red;}
.left{width:200px;height:600px;background:blue;position:absolute;left:0;}
.right{height:600px;background:green;left:210px;right:0;position:absolute;}
.foot{height:100px;background:orange;}
每次听到那个“啊”就觉得巨娘无比
这样可以
.top{height:100px;background:#ccc;}
.main{background:red;position:relative;height:500px;}
.left{width:200px;height:500px;background:blue;position:absolute;top:0;}
.right{margin:0 0 50px 210px;background:#9C9;height:500px;}
.foot{height:50px;background:#f63;}

已采纳回答 / liuliyuanstar
.left{ width:300px; height:600px; background:#ccc; float:left;}}  最后面多了个“}”。
.top{height:100px;background:gray;}
.main{height:400px;width:800px;background:red;margin:0 auto;}
.left{height:400px;width:250px;float:left; background:blue;}
.right{height:400px;width:530px;float:right;background:green;}
.foot{height:100px;width:800px;background:navy;margin:0 auto;clear:both;}
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消