Inferno Programming Forums

Full Version: IE Hover Bug: Gray Border problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just another IE hover bug, that I noticed on ID2, that creates a small gray 1 px border on the horizontal menu. Do you think it can be solved by:
    CSS Programming
.menu {
border: 0;
}



?

But it definitely sticks so it seems like a genuine IE hover bug. Even though it is not related to a:hover or li:hover type error.
Could you check if the browser is IE, if it is apply a different CSS. On the IE CSS give it a -1 border on hover?

IDK, just a thought...
Reference URL's