2013年1月31日 星期四

[html/css] 解決IE下youtube影片蓋住其他物件

跟著以下步驟 , 即可解決IE下的youtube嵌入影片時遮住其他物件的問題

原本iframe :
<iframe id='video' src="http://www.youtube.com/embed/xm_kl-MnbGY" frameborder="0" allowfullscreen></iframe>

網址最後加上 : ?wmode=transparent

變成 : 
<iframe id='video' src="http://www.youtube.com/embed/xm_kl-MnbGY?wmode=transparent" frameborder="0" allowfullscreen></iframe>






沒有留言:

張貼留言