无法将 HTML 元素放在 Flash 之上

发布于 2024-08-14 08:41:11 字数 259 浏览 5 评论 0原文

无论我尝试使用什么 z-index 值,我都无法将 html div(或 img)元素覆盖在此 Flash 动画之上(请参见左上角):

http://www.resident.co.il/aspx/places.aspx?t=4&a=1

有什么想法吗?

No matter what values of z-index I try, I cannot overlay my html div (or img) element on top of this flash animation (see top left corner):

http://www.resident.co.il/aspx/places.aspx?t=4&a=1

Any ideas ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

习ぎ惯性依靠 2024-08-21 08:41:11

请参阅此问题。诀窍是添加参数 wmode

<param name="wmode" value="opaque" />

只有在你绝对需要它时才添加透明度,因为它更加占用处理器资源:

<param name="wmode" value="transparent" />

另外 查看此演示

See this question. The trick is to add the param wmode:

<param name="wmode" value="opaque" />

Only add transparency if you absolutely need it, as it is more processor-intensive:

<param name="wmode" value="transparent" />

Also see this demonstration.

も让我眼熟你 2024-08-21 08:41:11

添加此参数:

<param name="wmode" value="transparent"/>

如果您使用嵌入标签,请添加属性 wmode="transparent"

Add this param:

<param name="wmode" value="transparent"/>

And if you're using an embed tag add the attribute wmode="transparent"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文