Relative Positioning Bug

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
monk275
Beginner
Beginner
Posts: 7
Joined: Fri Aug 15, 2008 2:44 pm

Relative Positioning Bug

Post by monk275 »

These are the buttons that I want to buy but I can't get them to work. I have worked with many buttons and never had this problem. http://milonic.com/menusample54.php
If you go to "View Source" you will see that I just have a div called wrapper which is 1000px x 800px. The problem is that when I make the wrapper div "relative" it makes the submenues appear in the middle of the screen ONLY in Mozilla and Firefox. IE7 works fine. Here is the link. http://www.caravanlogistics.ca/new_index.html
I need the div with the ID of wrapper to be Relatively positioned so that I can absolutely position other divs inside it. The relative position is turned on.
Can anyone help. I sent this to Milonic and they fixed another bug but they have not fixed this one??? :?:

Bryan
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: Relative Positioning Bug

Post by Ruth »

Hi,

Try putting buildAfterLoad=true; up along with the subOffsets and fixMozillaZIndex stuff then in the main menu put position='relative'; in the area where the style, alwaysvisible etc. is.

With that I tested in FF3, 2.0.0.16, 1.5, Opera 9.5, NN 7.2, 9.0.05, Safari for PC 3.1.2, IE6 and it seems to be OK in all those.

Ruth
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Re: Relative Positioning Bug

Post by John »

If I may, with v5.797 and above the fixMozillaZIndex item is now obsolete, and therefore no longer required in the code.
John
Post Reply