View Full Version : Help! Menu hides behind flash movie...
rhymelife
04-20-2006, 02:59 PM
I have a CSS-Based DropdownMenu at the top of a website, and below that I have a small flash movie. Whenever I hover the mouse over the dropdown menu, the dropdown is partially covered up by the flash video.
How can I "bring to front" this menu?
Thanks.
jg
jscheuer1
04-20-2006, 03:26 PM
Follow the detailed information at:
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14201
Or, if this short version (good in most cases) fixes it, so much the better! Add in this language to your object/embed tag:
Add the following parameter to the OBJECT tag:
<param name="wmode" value="transparent">
Add the following attribute to the EMBED tag:
wmode="transparent"
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.