Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:59
Menu behind flash in Opere
Poster: FreeGAme
Dated: Tuesday July 25 2006 - 13:07:40 BST
Where is problem with yours menu on this page?
http://www.sapeli.cz/
IE=OK
FF=OK
Opera - ERR
Poster: Ruth
Dated: Tuesday July 25 2006 - 16:57:06 BST
Hello,
Well, since i can't see how you put the flash in there, I can only point you to info on how to code it.
Milonic forum post: http://www.milonic.com/forum/viewtopic. ... 7004#37004
Adobe knowledge base:
http://www.adobe.com/cfusion/knowledgeb ... d=tn_14201
http://www.adobe.com/cfusion/knowledgeb ... d=tn_15523
Also, are you trying to put that menu into the div so it stays there? You are not doing that correctly.
Remove the main menu from the menu_data.js file and put it in it's own file including a drawmenus at the end, and add a position="relative" in the alwaysvisible=1 area. Then save that file...embed_main.js or something.
[code]with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
menuwidth=774;
position="relative";
aI("align=center;bgimage=../images/design_01/menu_off_bg.gif;status=Produkty;text= Produkty ;url=#;showmenu=menu_3;");
aI("align=center;bgimage=../images/design_01/menu_off_bg.gif;status=Aktuality;text= Aktuality ;url=index.asp?obsah=154&styl=0;showmenu=menu_154;");
aI("align=center;bgimage=../images/design_01/menu_off_bg.gif;status=O spoleènosti;text= O spoleènosti ;url=#;showmenu=menu_5;");
aI("align=center;bgimage=../images/design_01/menu_off_bg.gif;status=Distribuèní sí
Poster: John
Dated: Wednesday July 26 2006 - 14:52:44 BST
Don't know about Ruth, but an explanation of exactly what is happening would get you a much better response.
As she mentioned, you've got the div/coding problem.
Also, you're running code that is 7 versions old. 5.753 is current, and you need to be running the latest version for support.