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

关于右边自适应问题

我在父盒子中设置了margin:0 auto;右边的盒子没有设置宽,为什么不能自适应。缩小浏览器窗口后,浏览器下面出现滚动条。

正在回答

1 回答

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>Document</title>
</head>
<title>混合布局编程挑战</title>
<style type="text/css">
body{ margin:0; padding:0; font-size:30px; color:#fff}
.top{height:100px; background:#ccc;}
.main{width:1000px;background:red;margin:0 auto;position:relative;}
.right{height:500px;background:#9c9;margin-left:210px;}
.left{ width:200px;height:500px;background:#000;position: absolute;left: 0;top: 0;}
.foot{height:50px; background:#ccf;clear:both; } 
</style>

</head>

<body>
<div>top</div>
<div>
    
    <div>left</div>
    <div>right</div>
</div>
<div>foot</div>
</body>
</html>
代码截图发错了,这个是代码。


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

举报

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

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

进入课程

关于右边自适应问题

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