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

我个人的答案

.head,.main{ width:960px; margin:0 auto;【任务1】}

.head{ height:100px; background:#F90}

.left{ width:220px; height:600px; background:#ccc; float:left;【任务2】}

.right{ width:740px; height:600px;background:#FCC; float:right}

.r_sub_left{ width:540px; height:600px; background:#9C3; float:left}

.r_sub_right{ width:200px; height:600px; background:#9FC;float:right; 【任务3】}

.footer{ height:50px; background:#9F9;clear: both; 【任务4】}


正在回答

2 回答

.top{height:100px;background:#ccc;}
.main{height:600px;background:red;position:relative;}
.left{height:600px;width:200px;background:#00f;position:absolute;left:0;top:0;}
.right{height:600px;margin-left:210px;background:#1d9;}
.foot{height:50px;background:orange;}

0 回复 有任何疑惑可以回复我~
#1

Joyer

答的好
2016-01-02 回复 有任何疑惑可以回复我~

.top{height:100px;background:#ccc;}
.main{height:600px;background:red;position:relative;}
.left{height:600px;width:200px;background:#00f;position:absolute;left:0;top:0;}
.right{height:600px;margin-left:210px;background:#1d9;}
.foot{height:50px;background:orange;}

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
如何用CSS进行网页布局
  • 参与学习       209624    人
  • 解答问题       1153    个

用最简洁的案例教你布局的那些知识,这是前端工程师基本技能

进入课程

我个人的答案

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信