iframe溢出在IE中无法正常工作

时间:2013-03-15 16:52:14

标签: html css

如何在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>

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

1 个答案:

答案 0 :(得分:0)

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