the css menu is not a problem

May 31, 2008

Does your menu work over other flash?

We are setting up the trial version to see if it will work for our site.  but when we try to overlay it on another flash bg the sub menus dissapear.  We've been able to adjust the z-index which allows the main menu to overlay the flash - but not the sub. Also does this work in firefox?  There is a line of scriped error on the top of the page in firefox.  We definitely need these 2 things to be supported in order for it to work on our site/ purchase the full version.  our demo sits here and you can see the issues i'm referring to. http://www.plasmon.com/index1.html


Answer:


Hi,
add wmode="transparent" to the flash bg, to make the menu to overlay
on another flash bg,

2. Don't remove the ID = "f-source-menu". Flash menu object will work
only within the DIV id="f-source-menu".

3. If you want to add z-index to the menu, enclose the DIV in another DIV:

<div style="position:absolute; z-index:99;">
  <div id="f-source-menu" style="position:relative;">
     .....

4. Remove the comment line: <!--<META HTTP-EQUIV="refresh"
CONTENT="30">----> to fix that script error.


Regards
Dmitry
f-source.com


No comments: