Could you please advise how to stop cascading html menus going under a swf in Firefox?
Return to Recent Questions
Q:
Could you please advise how to stop cascading html menus going under a swf in Firefox?
A:
To overlap your flash file you should add opaque parameters
to your flash, for example:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
width="566" height="250" title="Intro">
<param name="movie" value="/includes/banner_final3d.swf" />
<param name="wmode" value="opaque">
<param name="quality" value="high" />
<embed src="/includes/banner_final3d.swf" quality="high" wmode="opaque" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="566" height="250"></embed>
</object>
You can find more info about menu parameters on our website:
http://deluxe-menu.com/objects-overlapping-sample.html
Return to Recent Questions
Related:
- Oct 22, 2006 - When the html submenus are over applet in https: the applet disappeared.
- Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
- Jan 05, 2007 - Can html side menu support context menus on right click
- Jan 09, 2007 - I'm still can't understand how to make drop down menus
- Jan 31, 2007 - I tried to create the html version of the rollover menus. It is still not working.
- Feb 02, 2007 - The background images for dhtml drop down menus are missing in the browser
- Feb 15, 2007 - I can see only the code generated by the GUI tool.How should I install html menus?
- April 09, 2007 - We have status bar errors that say: "Done, but with errors on page" in menus html
- April 15, 2007 - Is there a way to create a vertical menu html with the submenus fly out to the left
- April 25, 2007 - html drop menu won't mouseover and won't open the submenus and it gives a js error
- May 06, 2007 - Sub-menus appear away for the menu/ dhtml navigation bar.
|