Cambiar img con un rollover de tabla, TD o TR.....??
Mu buenas a todos,
tengo un pregunta de html.
Tengo un tabla con estilos de over y necestio que actue tb como si fuera un link para un nav bar image.
Alguna idea de como se hace esto o ejemplo real online
Por ahora solo tengo esto:
<table width="180" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#28221A" onMouseOver="this.style.backgroundColor='#868372';" onMouseOut="this.style.backgroundColor='#28221A';" onClick="MM_goToURL('parent','index.html');" >
<td width="4" height="16"><a href="#"><img src="img/1x1.gif" width="1" height="1"></a></td>
<td width="176" align="left" valign="middle"><a href="#"></a></td>
</tr>
</table>
falta lo del set nav bar image
GRACIAS..
e2z
YA ESTA SOLUCIONADO SIENTO LAS MOLESTIAS
BYE :O)
E2Z