I've been struggling with this issue all week. I have a CSS dropdown menu that uses both standard lists and content boxes as sub menus. The problem lies in IE, where each LI has an anchor tag that is set to display block in order to fill the parent LI. This allows for hovering and clicking anywhere in the LI to trigger the link's hover and active states.
The issue I'm facing is that in IE, when I hover over the text, the hover state styles are applied correctly. However, if I move the mouse off the text but still within the LI, the hover state keeps flickering on and off (see dev.altech-uk.com).
This constant flickering causes the sub-menus to flash on and off, making it difficult to navigate. This behavior is not seen in FF, Chrome, Opera, or Safari.
Below is the relevant CSS code:
...
I would greatly appreciate any help with this issue.
Thank you