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:18
Menu and Lightbox
Poster: DownUnder
Dated: Thursday June 19 2008 - 13:18:39 BST
Hi I'm new to this forum and need some help.
The menu shows through or appears in front of an image opened in Lightbox. I have lightbox in the <head> and the menu in the <body> - see http://www.pearl-beach.com/beta-test/index.htm
Can anyone help with a solution?
Many thanks,
Ian - DownUnder
Re: Menu and Lightbox
Poster: Andy
Dated: Thursday June 19 2008 - 13:22:24 BST
It's to do with the zIndex of the menu, it needs adjusting:
viewtopic.php?p=42201#42201
HTH,
Andy
Re: Menu and Lightbox
Poster: DownUnder
Dated: Saturday June 21 2008 - 6:23:33 BST
Thanks, Andy.
As I said earlier, I'm really a novice at all of this.
I supposed that the line you provided is to be pasted into the menu_data.js file, which I did. Then the menu didn't appear in either IE or Firefox.
Copy of file...
fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
viewtopic.php?p=42201#42201
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
Regards,
Ian
Re: Menu and Lightbox
Poster: John
Dated: Sunday June 22 2008 - 16:08:52 BST
DownUnder wrote:
I supposed that the line you provided is to be pasted into the menu_data.js file, which I did.
No, definitely not. The link Andy provided was to another post on this forum that shows some code. In that code you will see a line referencing zindex. Use that in your code.
Re: Menu and Lightbox
Poster: DownUnder
Dated: Monday June 23 2008 - 12:05:46 BST
Thanks John, for pointing me in the right direction. Very much appreciated.
My son keeps telling me that old people should not play with boys games if you don't know what you're doing!
Seems aptly true for me in this instance.
Anyway, it is now working fine as described Andy's link.
Again, many thanks.
Ian - DownUnder
Attachment:
austflag.gif
Re: Menu and Lightbox
Poster: John
Dated: Monday June 23 2008 - 15:54:59 BST
Not to worry. Glad you got it working.