Search code examples
flashmenudhtmlabsolute

Flash under dhtml menu


I'm struggling with this probelm for few hours and it's drives me crazy. I want my drop down menu put over flash area and it works but only in FF. Unfotunelly IE and Opera shows my menu under flash.

The DHTML menu system is the simplest as possible and it was wrote from scratch by me.

I've been trying everything, and still it doesn't work like it should.

I tried to put the flash element by jquery.flashEmbed script and by standard code with param transparent, but it never works. Plese help me, I'm loosing my head.

Here is the xhtml:

http://www.project.yamandi.com/toton/

Regards, David


Solution

  • Use wmode=opaque or wmode=transparent. The default value is wmode=window which will cause the flash element to always have a z-index greater than other elements on the page.