I'm currently experiencing an issue with my CSS that involves using a background image. The problem is that it works perfectly in Internet Explorer, but not in Safari, Firefox, or Chrome.
Is there anyone who can assist me in resolving this issue? See the details below for reference.
CSS
.HOME
{
BACKGROUND-IMAGE: url(../images/home.jpg);
WIDTH: 56px;
BACKGROUND-REPEAT: no-repeat;
HEIGHT: 20px
}
.HOME A
{
WIDTH: 56px;
HEIGHT: 20px
}
.HOME A:hover
{
BACKGROUND-IMAGE: url(../images/home1.jpg);
WIDTH: 56px;
HEIGHT: 20px
}
HTML
<td class="HOME"><A href="#abc.html" Class ="Home" onclick="OpenPage()"/></td>