Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

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:32

Problem with DHTML menu, flash and JS eolas code


Poster: MUTU
Dated: Monday July 2 2007 - 15:58:12 BST

Hi, please refer to the menu on http://www.gfi.com using Mozilla Firefox. If you go on "Company > GFI Offices Worldwide", the sub-submenu opens up underneath the flash on the right. The problem is also reproducible under other browsers and OSes (eg Opera and Safari). Is this something you could fix?


Poster: Ruth
Dated: Monday July 2 2007 - 18:17:04 BST

Hi,

Try adding the
Code:
fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps


to the top of the data file and see if that fixes it. It's usually the first line in the file above the opendelay and such.

Ruth


Poster: MUTU
Dated: Tuesday July 3 2007 - 9:30:45 BST

This fixes the problem on Firefox on Windows, however when I still have problems on these environments:

- Opera on Windows - completely hidden under Flash
- Safari 2 on Mac - completely hidden under Flash
- Firefox on Mac - partially hidden under Flash, however when you hover over the newly-opened menu, it's completely on top.

I don't have any other testing environments at the time being.


Poster: Andy
Dated: Tuesday July 3 2007 - 12:11:32 BST

Which version of Opera for Windows are you having trouble with? Just tried it with 9 and it's fine.

Safari 2.0 - you may not have much joy with this browser version. We've been onto Apple for years to get this sorted and it's taken them until version 3 to do it. Works on both IE and Mac (Safari v.3)

Which verison of Firefox for the Mac are you having problems with?


Poster: John
Dated: Tuesday July 3 2007 - 16:30:55 BST

See http://www.apple.com/safari/download/ for Safari. It's up to 3.0.2 and has been very stable for me, even though it's still a beta - FWIW. There is also a Windoze version!


Poster: MUTU
Dated: Thursday July 5 2007 - 8:34:57 BST

Andy wrote:
Which version of Opera for Windows are you having trouble with? Just tried it with 9 and it's fine.


Hi Andy,
Here is a screenshot of what I see in Opera 9.21, the latest version:
http://support.gfi.com/operass.gif

Andy wrote:
Which verison of Firefox for the Mac are you having problems with?


Should be the latest version as I downloaded it last week.

John wrote:
See http://www.apple.com/safari/download/ for Safari. It's up to 3.0.2 and has been very stable for me, even though it's still a beta - FWIW. There is also a Windoze version!


The BETA apparently doesn't support our proxy settings yet and whenever I try to go on any page, it crashes as soon as the page loads. So I can't quite test it on Safari 3 yet.


Poster: MUTU
Dated: Monday July 9 2007 - 8:35:35 BST

Any news on this please? Is there some way I can solve this problem?


Poster: MUTU
Dated: Monday July 16 2007 - 8:13:31 BST

It's been two weeks since I posted the problem. Does anyone have a solution please?


Poster: MUTU
Dated: Tuesday July 31 2007 - 11:23:19 BST

Is there any fix please?


Poster: MUTU
Dated: Tuesday August 14 2007 - 11:16:34 BST

Sorry for pushing this up again, but I still don't have a fix.


Poster: mbremer
Dated: Tuesday August 14 2007 - 12:31:01 BST

If elements of the menu are not displayed correctly, like menus going under other elements (in this case the flash image), then you have a problem with the stacking of elements, called the zIndex. I had a similar problem and it puzzled me for a long time before I had a clue what to do about it.

Usually, all elements in a page have the same stacking order if nothing is specified. The Milonic menu has got a zIndex defined internally.

So what you can do is either add a zIndex to the flash section or embed the Milonic menu in a div with a zIndex. The only thing you have to remember is that assigning a zIndex only works if you also supply a postion element in the style section. This was my mistake, I didn't realize this and experimented with zIndices without any result. :oops: