【发布时间】:2011-08-24 08:23:54
【问题描述】:
我有以下 div,我正在尝试在 my_flash 前面制作 iframe 层。 这是一个常见问题,我已经阅读了所有我能找到的解决方案,但我仍然在 IE8 中遇到问题。顺便说一句,我正在使用 SWFobject。
来源:
<script type="text/javascript">
swfobject.embedSWF("index.swf", "my_flash", "100%", "100%", "8.0.0");
swffit.fit("my_flash",900,650);
</script>
<div id="my_flash" style="z-index:1;"></div>
<div style="border:none; overflow:hidden; width:50px; height:21px; z-index:9999; position: absolute; bottom: 5px; left: 110px;" >
<iframe src="http://www.facebook.com/plugins/like.php?blah.html" scrolling="no" frameborder="0" allowTransparency="true" style="z-index:9998"/>
</div>
【问题讨论】:
标签: flash iframe internet-explorer-8 z-index swfobject