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

请看看我的代码有什么问题~

<html>

<style type="text/css">

.top{height:100px;background:blue;top:0;margin:0 auto;}

.head{background:#ff7a56;height:100px;width:500px;margin:0 auto;}

.left{width:100px;height:500px;float:left;background:grey;}

.main{height:500px;margin:0 auto;background:pink;top:0;}

.right{width:100px;height:500px;float:right;background:#ededed;}

</style>

<div class="top">
<div class="head"></div>
</div>

<div class="left">啦啦啦</div>
<div class="main">123</div>
<div class="right">456</div>

</html>

请问为什么我最右边的分栏“456”会跑到下面去~

正在回答

1 回答

.main{height:500px;margin:0 auto;background:pink;top:0;}  这个里面的margin不能这么写,你可以直接给mian写一个宽度,加一个float:left; 你在;两个浮动之间写margin没用,可以试试这样.main{height:500px; width:500px; float: left;background:pink;top:0;}


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

彭沛兔 提问者

谢谢!
2016-07-06 回复 有任何疑惑可以回复我~

举报

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

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

进入课程

请看看我的代码有什么问题~

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