css
.td_mod_not {
margin:0;
background-image:url(../img/noticia_btn.png);
background-repeat:no-repeat;
}
.td_mod_notover {
margin:0;
background-image:url(../img/noticiaover_btn.png);
background-repeat:no-repeat;
}
html
Código PHP:
<table width="172" height="82" valign="top" border="0" cellpadding="0"
<tr class="td_mod_not" onmouseover="this.className='td_mod_notover'" onMouseOut="this.clasName='td_mod_not'">
<td ver mas...</td>
</tr>
</table>
Gracias por la ayuda