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

为何第二个模块在下面?

<!dcotype html>
<html>
<head>
<meta charset="utf-8">
<title>三列布局</title>
<style type="text/css">
body{margin:0;paddig:0}
.yi{width:300px;height:400px;background:red;postiton:absolute;left:0;top:0;}
.er{height:400px;background:blue;margin:0 300px 0 310px;}
.san{width:300px;height:400px;background:yellow;position:absolute;right:0;top:0;}
</style>
<body>
<div class="yi">一</div>
<div class="er">二</div>
<div class="san">三</div>
</body>
</html>

正在回答

3 回答

一里面的position 打错了

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

慕粉3282307 提问者

非常感谢!
2016-05-03 回复 有任何疑惑可以回复我~

在代码中的.yi 中的position 写错了!

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

yi的css样式中,position单词拼错了

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

举报

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

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

进入课程

为何第二个模块在下面?

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