3rd tier nav flyout disappears in ie6 & 7
3rd tier nav flyout disappears in ie6 & 7
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
dissapearing menus
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.
Thanks for the prompt response though.
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
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