Click to See Complete Forum and Search --> : CSS dropdown menu appears behind Flash


wallywheels
05-24-2007, 03:55 PM
At the top of the following page you'll notice a flash banner at the top right. If you mouseover a menu item above it, the dropdown appears below it.

http://inertiatours.virtual.vps-host.net/

I've tried all kinds of z-index settings and haven't got it to work right. Right now I have the object code in a table cell so that its z-index is 1 and the menu items are 9999.

Any ideas? Let me know if you need more information.

Thanks.

Kevey
05-24-2007, 04:03 PM
I think that this works: <param name="wmode" value="transparent" />

wallywheels
05-24-2007, 05:31 PM
that had no effect

Kevey
05-24-2007, 09:17 PM
I saw your other thread same subject. Maybe this thread here will help...it has a few links in it that may help: http://www.webdeveloper.com/forum/showthread.php?t=119715&highlight=wmode

wallywheels
05-24-2007, 10:35 PM
interesting. i'll check these out and see if i can figure it out. thanks man.

wallywheels
05-25-2007, 08:49 PM
i inadvertently fixed this (for js users) by adding an active content workaround for the flash banner. of course if i disable javascript i have the same problem but i found this interesting nonetheless.