IE7 z-index problem with Flash content

Posted by lbolognini on Stack Overflow See other posts from Stack Overflow or by lbolognini
Published on 2010-04-16T12:46:43Z Indexed on 2010/04/16 12:53 UTC
Read the original article Hit count: 255

Filed under:
|
|

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

I have a structure like the following:

<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>

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?

© Stack Overflow or respective owner

Related posts about ie7

Related posts about z-index