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

怎样让左侧固定宽度,右侧自适应,且兼容IE6?

怎样让左侧固定宽度,右侧自适应,且兼容IE6?

qq__3538 2016-03-03 11:20:57
题目要求任务任务1:完成顶部(top)、底部(foot)宽度自适应任务2:中间分为2两栏,其中,左侧(left)宽度为200px, 右侧(right)宽度自适应任务3:要求右侧(right)先加载,左侧(left)后加载任务4:编写的代码要兼容ie6<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>混合布局编程挑战</title><style type="text/css">body{ margin:0; padding:0; font-size:30px; color:#fff}.top{height:#100px;margin:0 auto;background:#ccc;}.main{margin:0 auto;height:500px;background:#f00;}.left{width:200px;height:500px;background:#00c;left:0;top:34px;position:absolute;}.right{height:500px;background:#6f6;margin-left:210px;}.foot{height:100px;background:#f30;}</style></head><body><div class="top">top</div><div class="main">    <div class="right">right</div>    <div class="left">left</div></div><div class="foot">foot</div></body></html>这是我写的,不知道错哪了,希望有人可以指点一下吗?谢谢
查看完整描述

1 回答

  • 1 回答
  • 1 关注
  • 1961 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号