0
我在網頁上嵌入VLC播放器,它所在的容器有一個標題,可以選擇啓動彈出對話框。我無法讓對話框在Internet Explorer 11中顯示在播放器的頂部。它在Chrome,Firefox和Safari中正確呈現。無窗口模式下在IE11中不顯示的VLC播放器覆蓋
球員:
<object width="0" height="0" id="vlc0" classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab" events="True" z-index="0">
<embed width="100%" height="380" id="vlcEmb" type="application/x-google-vlc-plugin" target="rtsp://172.27.1.75/live.sdp" loop="no" autoplay="yes" z-index="-1" windowless="true" version="VideoLAN.VLCPlugin.2">
事業部:
<div id="editID" class="btn-primary pull-right headerButton" style="z-index:100">
</div>
我保證在div將被覆蓋的z-index值大於玩家更高。
這是一個與玩家的錯誤,是否有解決方法?
我認爲它已經在消防呼吸版本 – andrew
這是可能的。這顯然不是上游的一部分。 – feepk