gpt4 book ai didi

CSS 容器 DIV 不展开

转载 作者:太空宇宙 更新时间:2023-11-03 18:55:29 28 4
gpt4 key购买 nike

我已经研究了好几个小时了,这似乎是 IE 的问题,但我的问题是我有一个容器 DIV,在 IE9 中,它不会展开并在大约 400px 后切断所有内容。当然,Chrome 和 FF 可以完美运行。

容器DIV

#main_container{
font-family: arial, verdana;
width: 920px;
top: 0;
margin-left: auto;
margin-right: auto;
background-color: #fff;
overflow-x: hidden;
}

页面容器DIV

#page_container{
font-family: arial, verdana;
font-size: 14px;
width: 900px;
color: #000;
border: 0px solid;
overflow: hidden;
}

页面 block 的标准标记如下所示

<div id="main_container">
<div id="page_container">
Variable page data goes here
</div>
</div>

我的 CSS 是否存在我遗漏的问题,或者是否有我需要应用的 IE hack?

更新的屏幕截图

IE9 Here is IE 9

Chrome /FF Here is Chrome and FF

最佳答案

中断可能来自“#page_container”中的“溢出:隐藏”。

你试过 overflow: auto 了吗?

关于CSS 容器 DIV 不展开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13589226/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com