alimagik
12-11-2006, 02:37 AM
I have been banging my head aginst my desk for two days trying to figure out what I am doing wrong here. I've done this several times before, and it has always worked. For some reason, it's not showing up in forefox, but works fine in IE. (weird, I know)
.home a:link, .home a:visited, .home a:active, { background-image: url(http://www.brandsmithapparel.com/cp/images/home.gif); width: 174px; height: 73px; display: block; }
.home a:hover { background-position: 0 -73px; }
<td class="home" height="73" valign="middle"><a href="http://www.cafepress.com/brandsmith"><img src="http://www.brandsmithapparel.com/cp/images/homeblank.gif" height="73" width="174" border="0"></a></td>
For complete code, see http://www.brandsmithapparel.com/cp/blank.html Try looking at it in both browsers to see what I mean.
Thanx much
.home a:link, .home a:visited, .home a:active, { background-image: url(http://www.brandsmithapparel.com/cp/images/home.gif); width: 174px; height: 73px; display: block; }
.home a:hover { background-position: 0 -73px; }
<td class="home" height="73" valign="middle"><a href="http://www.cafepress.com/brandsmith"><img src="http://www.brandsmithapparel.com/cp/images/homeblank.gif" height="73" width="174" border="0"></a></td>
For complete code, see http://www.brandsmithapparel.com/cp/blank.html Try looking at it in both browsers to see what I mean.
Thanx much