3rd tier nav flyout disappears in ie6 & 7

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Matthew
Beginner
Beginner
Posts: 2
Joined: Wed Jun 20, 2007 9:13 pm

3rd tier nav flyout disappears in ie6 & 7

Post by Matthew »

My problem is once i create a 3rd submenu, ie6 & ie7 makes the visiblily of the menus buggy on rollover. If you move the mouse quickly and accuratly over all areas of the submenus you will see them appear, but once getting to the final submenu all the others disapear. If this doesn't happen, then the submenus will appear and quickly dissapear instead not letting the user dig down the menus at all. Has anyone encountered this or have a solution? Thanks
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

We need a page with the menu on it showing what is happening. We can't figure out a problem just from a description since it could be any number of things, some of them not menu related that cause the issue.

Ruth
Matthew
Beginner
Beginner
Posts: 2
Joined: Wed Jun 20, 2007 9:13 pm

dissapearing menus

Post by Matthew »

I fixed the problem. It seems it was because I had the menu being absolutly positioned inside a div. ONce i got rid of that it worked. I just used the interal menu positioning code to get the menu to lay were it needed to.

Thanks for the prompt response though.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

If you are trying to actually put the menu in a div you have to use position="relative"; It's the same method as placing it in a table. Info on that is in a sticky at the top of this support forum, a post on positioning it in a table/div.

If you want to use the absolute position, you can, just don't put the call for the files in the div. Put them in the head or first thing after the body tag.

Ruth
Post Reply