This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Stylesheets > December 2003 > Problem with IE and navigation menu
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problem with IE and navigation menu
|
|
| delerious@no.spam.com 2003-12-12, 1:37 pm |
| Please take a look at:
http://home.comcast.net/~delerious1/index4.html
It works correctly in Mozilla and Opera, but not IE. If you look at that page
in IE, you will notice that the submenu disappears when you move the mouse
from one link to another. This is because when you move the mouse off of a
link, an onmouseout event is generated with relatedTarget/toElement=<DIV that
contains the content>. In the HTML, the DIV that contains the content is not a
child of the submenu DIV, so the submenu disappears.
Also notice that I have specified a height style for the submenu Anchors. If I
remove the height style, then moving the mouse from one link to another does
not generate an onmouseout event with relatedTarget/toElement=<DIV that
contains the content>, and the problem does not occur. But my real page is not
quite the same as that example page, and it is necessary that I specify the
height style.
Does anyone know how to get around this IE problem?
| |
| delerious@no.spam.com 2003-12-13, 5:11 pm |
| OK, this microsoft article describes the problem that I am encountering:
http://support.microsoft.com:80/sup...&NoWebContent=1
The filter:alpha(opacity=100) solution doesn't work, as it causes the entire
submenu to be invisible. So I am forced to use the transparent gif background
solution. This is such a kludge, but hey, kludges are what CSS is all about!
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|