-1

如何在 IE 中创建溢出 div?看来我的方法可以使用其他浏览器(chrome、firefox)正常工作,但不能在 IE 中正常工作。这是我的代码:

<div style="height:400px;overflow:auto">
<div class="fb-comments fb_iframe_widget" style="overflow:hidden;position:relative" data-href="#" data-width="470" data-num-posts="10" fb-xfbml-state="rendered">
<span style="height: 905px; width: 470px;position:relative;">
<iframe id="f225f010c" name="fe2e48c68" scrolling="yes" style="position:relative;border: none; overflow: hidden; height: 905px; width: 470px;" class="fb_ltr" src="#"></iframe>
</span>
</div>
</div>

我尝试了很多方法,但没有一个有效。有什么建议吗?非常感谢

4

1 回答 1

0

尝试设置 MIN-HEIGHT 而不是 HEIGHT。然后将其与 OVERFLOW:AUTO 结合使用。

于 2013-03-15T16:56:39.360 回答