Menu disaperes in firefox after inserting flash object

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Clark
Beginner
Beginner
Posts: 5
Joined: Fri Feb 17, 2006 1:27 pm

Menu disaperes in firefox after inserting flash object

Post by Clark »

Hi,

http://217.157.179.140/default.asp?Titl ... l&Id=24597 my menu in IE works perfectly, but when i use firefox or safari the menu disaperes, any ideas on how to solve this?

I am on the latest version of the menu.
Clark
Beginner
Beginner
Posts: 5
Joined: Fri Feb 17, 2006 1:27 pm

Post by Clark »

Problem solved... with fixMozillaZIndex=true;
creatifis
Beginner
Beginner
Posts: 1
Joined: Mon Feb 27, 2006 11:22 pm

Post by creatifis »

Hi,

Where is it you insert fixMozillaZIndex=true; because i cant get it to work.

Thanks!
JN
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

Post by Migru »

Hi

you find it on top of the global settings of the menudata file or if its not there, insert it there:

Sample:

Code: Select all

effect="Fade(duration=0.2);Alpha(style=0,opacity=92);Shadow(color='#777777', Direction=135, Strength=5)"

fixMozillaZIndex=true;
_menuCloseDelay=150;
_menuOpenDelay=500;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=0;
_subOffsetLeft=0;
closeAllOnClick = true;

Michael
Post Reply