Css button generator overlaps flash object

Q: Hello,

On my test page, I use your CSS3Menu, but menu overlaps flash object. Can you help me?

A: You can try to add the following parameters for flash objects:

<PARAM NAME=wmode VALUE=opaque> and WMODE="opaque" for <EMBED>



It allows to overlap a flash movie by other layers.

For example:

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="120" HEIGHT="40">
      <PARAM NAME=movie VALUE="data-samples/flash-deluxe-menu.swf">
      <PARAM NAME=quality VALUE=best>
      <PARAM NAME=bgcolor VALUE=#FFFFFF>
      <param name="wmode" value="opaque">
      <EMBED src="data-samples/flash-deluxe-menu.swf" quality=best wmode="opaque"  bgcolor=#FFFFFF WIDTH="120" HEIGHT="40"
NAME="data-samples/flash-deluxe-menu"
             TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">

      </EMBED>
  </OBJECT>



The css3 menu submenus should overlap flash objects correctly in this case.

Related

Recent Demos



Contact US

For troubleshooting, feature requests, and general help, contact Customer Support at Mail. Make sure to include details on your browser, operating system, CSS3 Menu version, link to your page.
In most cases you'll get a reply within 1 business day. Please read the FAQs first to see if your question has already been answered.

See More