Internet explorer `溢出:隐藏`不在Chrome&;中隐藏滚动条;即

Internet explorer `溢出:隐藏`不在Chrome&;中隐藏滚动条;即,internet-explorer,google-chrome,overflow,Internet Explorer,Google Chrome,Overflow,在不同的浏览器中签出 我已经在divanfiframe中添加了overflow:hidden,但Chrome和IE7-8中仍然出现了滚动条。在FF4中工作良好 有什么线索吗?要解决chrome中的问题,只需在iframe中添加scrolling=“no”属性即可: <html> <body style="background-color: tan;"> <div id="DOMWindow" style="">

在不同的浏览器中签出

我已经在
div
anf
iframe
中添加了
overflow:hidden
,但Chrome和IE7-8中仍然出现了滚动条。在FF4中工作良好


有什么线索吗?

要解决chrome中的问题,只需在iframe中添加scrolling=“no”属性即可:

<html>
    <body style="background-color: tan;">
        <div id="DOMWindow" style="">
            <iframe id="DOMWindowIframe" frameborder="0" src="http://www.yahoo.com" scrolling="no">
        </div>
    </body>
</html>