IE7 z-index问题与Flash内容 [英] IE7 z-index problem with Flash content

查看:120
本文介绍了IE7 z-index问题与Flash内容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个问题,在IE7的Flash内容总是在菜单项

I have a problem with flash content in IE7 being always over the menu items

我有一个结构如下:

<div id='skyscraper_flash'>
<!--this id skyscraper_flash is position absolute-->
  <object>
   <!--this is wmode transparent-->
  </object>
</div>

<div id='menu'>
<!--this id menu is also position absolute-->
  <ul>
    <li>foo</li>
    <li>bar</li>
  </ul>
</div>

现在,菜单的最后一项打开,它显示在Flash内容的后面。摩天大楼位于网页内容的右侧。

Now then the last item of the menu opens it shows behind the flash content. The skyscraper is on the right of the page content. What should i look into?

推荐答案

您可以在对象标签中添加

You can give this inside the object tag

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

这篇关于IE7 z-index问题与Flash内容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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