解決div被embed,object覆蓋問題


1.對於object,加<param name="wmode" value="transparent">,ie瀏覽器可解決。

2.對於embed, 加wmode="transparent",firefox瀏覽器可解決。

  對於ie瀏覽器,可設定windowlessVideo=1,設置為無窗口模式。

3.加透明<iframe>覆蓋object,embed;
<iframe style="position:absolute;z-index:3;width:100%;height:100%;top:0;left:0;right:0;bottom:0" allowtransparency="true"  src="transparent.html"  frameborder="0"  id="CoverVideo" ></iframe>
給transparent.html的body里加background-color=transprent;


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。