z-index problem [closed]

krht

New Member
I have a problem with flash content in IE7 being always over the menu itemsI have a structure like the following:\[code\]<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>\[/code\]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?
 
Top