无法将 HTML 元素放在 Flash 之上
无论我尝试使用什么 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅此问题。诀窍是添加参数
wmode
:只有在你绝对需要它时才添加透明度,因为它更加占用处理器资源:
另外 查看此演示。
See this question. The trick is to add the param
wmode
:Only add transparency if you absolutely need it, as it is more processor-intensive:
Also see this demonstration.
添加此参数:
如果您使用嵌入标签,请添加属性
wmode="transparent"
Add this param:
And if you're using an embed tag add the attribute
wmode="transparent"