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

right列还是不对~请问哪里错了~

<!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=gb2312" />

<title>无标题文档</title>

<style type="text/css">


body{margin:0;padding:0}

.left{width:200px;height:500px;background:#666666;position:absolute;left:o;top:o}

.middle{height:500px;background:#9966CC;margin:0 300px 0 200px}

.right{width:300px;height:500px;background:#993366;position:absolute;right:o;top:o}


</style>


</head>


<body>

<div class="left">200px</div>

<div class="middle">具备中央和市公务员主管部门规定的拟任职位所要求的其他资格条件。

  招录职位明确要求具有基层工作经历的,报考人员必须具备相应的基层工作经历。基层工作经历,是指在乡镇街道党政机关、垂直管理系统基层单位、国有企事业单位、村(社区)组织及其他经济组织、社会组织等工作的经历。在军队团和相当团以下单位工作的经历,退役士兵在军队服现役经历可视为基层工作经历。</div>

<div class="right">300px</div>


</body>

</html>


正在回答

2 回答

你把.right{width:300px;height:500px;background:#993366;position:absolute;right:o;top:o}改为.right{width:300px;height:500px;background:#993366;position:absolute;right:0;top:0}

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

你的0写成了o吧。。


我的:

<!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}
.left{
 height:800px;
 width:200px;
 background:#CCC;
 position:absolute;
 left:0;
 top:0;
}
.middle{
 height:800px;
 background:#666;
 margin:0 310px 0 210px;
}
.right{
 height:800px;
 width:300px;
 background:#DDD;
 position:absolute;
 right:0;
 top:0;
}
</style>
</head>

<body>
<div class="left">200px</div>
<div class="middle">广州天降冰粒,强大的寒潮席卷全国,中央气象台少有地发布了寒潮橙色预警,破最冷记录的气象站在地图上密密麻麻的排列着,一直伸展到南国广东。就在今早,已有12个国家级气象站打破历史纪录,辽宁、内蒙、河北、山东、甘肃、西藏均榜上有名。
</div>
<div class="right">300px</div>

</body>
</html>

http://img1.sycdn.imooc.com//56a48bc70001d33f19201043.jpg

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

举报

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

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

进入课程

right列还是不对~请问哪里错了~

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