Menu behind flash in Opere

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
FreeGAme
Beginner
Beginner
Posts: 1
Joined: Tue Jul 25, 2006 1:00 pm

Menu behind flash in Opere

Post by FreeGAme »

Where is problem with yours menu on this page?
http://www.sapeli.cz/

IE=OK
FF=OK
Opera - ERR
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

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: 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: Select all

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í
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

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.
John
Post Reply