gpt4 book ai didi

javascript - 清除 :both does not work in IE?

转载 作者:行者123 更新时间:2023-11-28 13:22:54 25 4
gpt4 key购买 nike

我在下面的代码片段中,#FirstDiv 中的内容在运行时被追加,并不断增加。

在 Firefox 和 Chrome 中,当 #FirstDiv 中的内容在页面上占用额外的垂直空间时,#SecondDiv 的内容会向下移动。但是,在 IE9 中不会发生这种情况,因为 #FirstDiv#SecondDiv 的内容重叠。

 <div id="FirstDiv">html content</div>
<div id="SecondDiv" style="clear:both;"></div>

更新:-

我已经在 http://jsfiddle.net/msach/Tycwp/1/ 更新了 div1 和 div2 的 css。 .请帮忙。

最佳答案

你的第二个 div 没有关闭

 <div id="FirstDiv">html content</div>
<div id="SecondDiv" style="clear:both;"></div>

关于javascript - 清除 :both does not work in IE?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14476167/

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