Buenas
Esto es lo que tengo creado en la prueba
Código:
<style>
.imagen{
background-image: url(fto1.jpg);
height: 400px;
width: 400px;
}
.imagen a:hover{
background-image: url(fto2.jpg);
height: 400px;
width: 400px;
}
</style>
Código:
<table border="0" cellpadding="0" cellspacing="0" width="300" id="table1">
<tr>
<td class="imagen"></td>
</tr>
</table>