我在 iFrame 中有一个 Flash 动画。当我试图隐藏它时,IE10 会保持它显示并与其他内容重叠。
<body style="background-color: #EEE">
Testing IE10
<div id="swfDiv">
<iframe src="swf.html" width="500" height="50"></iframe>
<br />
<button onclick="document.getElementById('swfDiv').style.display='none'">Hide</button>
</div>
<div style="background-color: #DDD">
This try to hide the animation, but it is not working on IE10. <br/> It works fine in others browsers and earlier versions of IE.
</div>
</body>
更新 02/08/2013 我在 Safari (5.1.7) 中发现了同样的问题