为什么IE中的Z-Index没有呈现出它应该通过Flash Movie的方式? [英] Why doesn't Z-Index in IE render the way it's supposed to over a Flash Movie?

查看:140
本文介绍了为什么IE中的Z-Index没有呈现出它应该通过Flash Movie的方式?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在一个网站上有两个绝对定位的div ...标志和菜单(navbar)

即使经过多次尝试, z-索引操作。为什么不能像Firefox那样工作,甚至是歌剧院呢?



更新.......



我忘了提及这些div位于Flash电影上。如果你的Flash电影正在掩盖你的其他内容,你可能有运气,通过添加给你的嵌入对象一个额外的param元素:

 < param name =wmodevalue =opaque/> 

对于更长的回答,您可以看到有关堆叠窗口/ Flash内容的博客文章。 Adobe也有技术说明


I am working on a site with two absolutely positioned divs... the logo and the menu (navbar)

IE is burying them both, even after multiple tries of z-index manipulation. Why can't IE work as well as Firefox or even Opera for God's sake?

UPDATE.......

I forgot to mention that these divs are positioned over a flash movie. How could I possibly have left that out?!

解决方案

If your flash movie is burying your other content you may have luck by adding an additional param element to your embedded object:

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

For a longer answer you can see this blog post about stacking windowed / flash content. Adobe has a TechNote about this issue, too.

这篇关于为什么IE中的Z-Index没有呈现出它应该通过Flash Movie的方式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆