This javascript fixes this problem with IE6 background image caching:
try {
document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}
I've not had any luck troubleshooting this problem. If the flicker
were restricted to only teh item being hovered on, I'd probably just
let it go, but the entire meny disappearing is to much. any thoughts?
-Tim
As you can see on this test page, hovering over any item in the menu
causes the entire menu to flash white before the submenu appears. I
only see this on IE installs with standalone IE6. On my machines with
multiple IE installs, everything is fine.
Oddly, this does not seem to happen if I go to
3 matches
Mail list logo