Open GoogleCodeExporter opened 8 years ago
IE6 only supports the :hover CSS modifier on a few HTML elements, such as <a>.
If you assign the style to the goog-menuitem-highlight CSS class, it will
appear correctly in IE6.
Original comment by pall...@google.com
on 27 Mar 2011 at 7:59
:hover modifier is not being used by MenuItem. However adding the following CSS
rule does the trick for me:
.goog-menuitem {
position: relative; /* w/a for IE6 menu item highlighting issue */
}
Original comment by mieli...@gmail.com
on 28 Mar 2011 at 5:13
Original issue reported on code.google.com by
mieli...@gmail.com
on 26 Mar 2011 at 9:13