gpt4 book ai didi

html -
元素不是 Safari Windows 中的顶层

转载 作者:太空狗 更新时间:2023-10-29 14:58:56 27 4
gpt4 key购买 nike

我有<div>显示弹出消息的元素。我已经设置了z-index:1000并添加 <iframe>但是 div 元素仍然没有显示在 Safari 浏览器中的实时流媒体视频(嵌入插件)上方。我使用的是 Chrome 和 Firefox,它们都可以使用,但在 Safari Windows 中无法使用。

This是我的代码在 Fiddle 中。

<BODY style="background:transparent">
<div style="position:relative; z-index:0;">
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="240" height="180">
<param name="wmode" value="transparent"></param>
<embed height="180" width="240" align="left" src="xxxx.avi" autoplay="false" controller="true" wmode="transparent"></embed>
</object>

<object>
<param name="wmode" value="transparent"></param>
<param name="movie" value="http://www.youtube.com/v/Q5im0Ssyyus?fs=1&amp;hl=en_US"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/v/Q5im0Ssyyus?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="240" height="180"></embed>
</object>
</div>

<div id="draggable">
<div class="drag">
<p>Drag me around!! Drag me around!!</p>
<p>Drag me around!! Drag me around!!</p>
<p>Drag me around!! Drag me around!!</p>
</div>
<iframe class="frame"></iframe>
</div>


有人能找到这段代码的任何问题吗?

最佳答案

您需要将您的 wmode 更改/设置为不透明。

<embed src="..." wmode="opaque"></embed>

并尝试为第一个对象设置适当的类型。

<embed src="xxxx.avi" ...wmode="opaque" type="application/x-shockwave-flash"></embed> 

http://jsfiddle.net/8C2py/7

关于html - <div> 元素不是 Safari Windows 中的顶层,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15024327/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com