When there is a flash file on the page the submenu javascript always goes behind the flash.
Return to Recent Questions
Q:
I have a problem with the Menus I bought.
When there is a flash file on the page the submenu javascript always goes behind the
flash.
How do I fix this?
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>
Return to Recent Questions
Related:
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Sep 26, 2006 - Why is the submenu has a different colour than menu items in the javascript menu bar?
- Nov 21, 2006 - Why the javascript submenu alignment changes depending on the browser window size?
- Dec 08, 2006 - Is it possible to customize the direction of javascript submenus...
- Dec 17, 2006 - In IE the submenu javascript are way down the page and go off the bottom of the screen.
- Dec 29, 2006 - Flash element in Firefox disappears behind the javascript mouse over menu.
- Dec 30, 2006 - Flash element in Firefox disappears behind the javascript mouse over menu.
- Jan 29, 2007 - I want to have a different font and color for my javascript hide submenu items
- Feb 18, 2007 - The dynamic menu javascript disappears, it goes BEHIND the flash and can't be seen
- Feb 21, 2007 - The alignment of the submenus is off in my javascript slide menu.
- March 13, 2007 - How to work with javascript context menus and submenus in JSP?
|