I have a specific style applied to a link:
#block-menu-menu-top-menu a.contact-us-link {
background-image: url("../images/top-menu-contact.png") no-repeat;
background-color: none;
height: 28px;
text-indent: -9999px;
width: 34px;
}
However, when using IE8, only the following properties are loaded:
#block-menu-menu-top-menu a.contact-us-link {
height: 28px;
text-indent: -9999px;
width: 34px;
}
It's like magic! What exactly is going on here?