views:

26

answers:

1

I'm trying to create a CSS only menu that will work in IE7+ and FF. Of course, the menu currently works in IE8 and FF.

The problem is when you hover over Store Departments > Women's Clothes > Grocery and then just stop hovering (meaning, go directly from hovering over the Grocery to hovering over the document). Then hover over Store Departments again. What is happening is the 3rd level is still visible. It won't disappear correctly unless you hover over the 3rd level, then hover over the second level.

This issue only exists on IE7 and the dev URL is navset.tabmin.com/vert.htm

+2  A: 

This is probably due to hasLayout:

http://murphy.cz/ie7-hover-ghosts-bug/

http://www.satzansatz.de/cssd/onhavinglayout.html

Mike
That was it! Thanks Mike.
SpaDusA
Good old IE - web development would be really dull without it ;-)
Mike