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:14
Menu disaperes in firefox after inserting flash object
Poster: Clark
Dated: Friday February 17 2006 - 12:29:37 GMT
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.
Poster: Clark
Dated: Friday February 17 2006 - 12:42:27 GMT
Problem solved... with fixMozillaZIndex=true;
Poster: creatifis
Dated: Monday February 27 2006 - 22:24:37 GMT
Hi,
Where is it you insert fixMozillaZIndex=true; because i cant get it to work.
Thanks!
JN
Poster: Migru
Dated: Monday February 27 2006 - 22:49:51 GMT
Hi
you find it on top of the global settings of the menudata file or if its not there, insert it there:
Sample:
Code:
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;
fixMozillaZIndex=true;
_menuCloseDelay=150;
_menuOpenDelay=500;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=0;
_subOffsetLeft=0;
closeAllOnClick = true;
Michael