有一些类似的帖子,但我似乎无法根据它们弄清楚。我刚刚为我们的网站建立了一个新主页,但由于某种原因水平滚动条没有出现。适用于所有其他页面。有人知道为什么吗? http://ghcnow.com/index2.php
谢谢!
这是代码布局的概述
<html style="overflow:hidden;">
<head></head>
<body>
<div id="content">
<div class="container2">
<div class="fullwidthbanner-container" style="width: 100% !important; overflow: hidden; position: relative; padding: 0; max-height: 500px !important;">/*stuff in here*/
</div>
<div class="container" style="width: 1030px; margin: 0 auto;">/*stuff in here*/
</div>
</div>
</div>
</body>
</html>
我希望仅当某人的窗口小于容器 div 的 1030px 时才显示滚动条。如果我接受溢出:隐藏;在 html 中,滚动条就像每个人所说的那样出现。但是,由于与 fullwidthbanner-container div 有关,min-width 并没有像建议的那样在 body 上工作。