When a link in the dropdown menu is hovered upon the box opens but the flash turns white below the nav box.
Return to Recent Questions
Q:
The nav is currently to the left of a flash animated area.
And when a link in the dropdown menu is hovered upon the box opens but the flash turns white below the nav box.
A:
You should add "opaque" parameter for <object> and <embed> tags.
See, how you should install flash on your pages.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
height="150" width="800">
<param name="movie" value="2008 flash.swf">
<param name="quality" value="high">
<param name="wmode" value="opaque">
<embed src="flash_files/2008%2520flash.swf" quality="high" wmode="opaque"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" height="150" width="800">
</object>
Submenus will overlap flash correctly in that case.
Return to Recent Questions
Related:
- Sep 06, 2006 - The alighment of the dropdown menu is off to the right in Firefox...
- Sep 11, 2006 - How can I hide my dropdown menu on print?
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Sep 30, 2006 - The frame below the javascript menubar is moved to the bottom of the page.
- Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
- Nov 30, 2006 - Does your html menu dropdown have the ability to have small text boxes on it?
- Dec 31, 2006 - I only want one sub-menu to have multi-columns in html dropdown menu.
- Jan 01, 2007 - Could you please help me with an alignnment issue with my css dropdown menu?
- Jan 16, 2007 - The horizontal dropdown menu is missing background images
- Jan 20, 2007 - Where can I change the state of Vista1 dhtml buttons?
- Feb 04, 2007 - On my web site when I run the dropdown menu javascript I get an Errors on page
|