2011-05-26 104 views

回答

0

要修復Chrome中的問題,你可以簡單地將SCROLLING = 「無」屬性添加到IFRAME:

<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>