我有一个iframe,它指向外部托管的.swf。它适用于Chrome,但不适用于Firefox。我怎样才能让它在firefox中运行?
<iframe id="iTest" src="http://speedtest-wellington.spark.co.nz/netgauge.swf" width="635" scrolling="no" height="445" frameborder="0" align="middle" style="margin:0;padding:0border:0 none;width:635px;height:445px;overflow:none;" marginwidth="0" marginheight="0">&lt;p&gt;Your browser does not support iframes.&lt;/p&gt;</iframe>
以下是位于here的有问题的页面。
答案 0 :(得分:1)
问题是包含父元素:
moz-transform: translate(0px, 0px);
-webkit-transform: translate(0px, 0px);
-transform: translate(0px, 0px);
此错误记录在https://bugzilla.mozilla.org/show_bug.cgi?id=644832