Click to See Complete Forum and Search --> : menu hiding


jrthor2
03-25-2008, 03:58 PM
How can I get my menu's that pop out to appear above the flash elements on this page:

http://www.zluth.org/multimedia/

Thanks

sitehatchery
03-25-2008, 04:22 PM
wmode - http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14201

jrthor2
03-25-2008, 08:01 PM
No, that's not what I mean. I want the popup menus in the left nav to be on top of the flash controls. wmode is is for the background of the flash.

sitehatchery
03-25-2008, 11:03 PM
Try it. I've done it many times for that very purpose.

Add this:

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

and to the embed tag add this:

wmode="transparent"

make sure your z-index is either not set or set to a lower number than your menus.

jrthor2
03-26-2008, 08:20 AM
Cool, seems like it worked.

Thanks!