Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/02/2002, 10:35
trainee
 
Fecha de Ingreso: enero-2002
Ubicación: Madrid
Mensajes: 93
Antigüedad: 22 años, 3 meses
Puntos: 0
Re: alternar color de fondo de las filas de una tabla?

Prueba esto a ver si es lo que buscas.

<html>
<body>
<table width=100% border=0 style="cursor='hand'">
<tr>
<td width=50% onMouseOver="bgColor='blue'" onMouseOut="bgColor='white'" bgcolor="white"
valign=center onClick="window.location='m_der.htm'"&gt ;
<p align="center">Opción Azul</p>
</td>
<td width=50% onMouseOver="bgColor='red'" onMouseOut="bgColor='white'" bgcolor="white"
valign=center onClick="window.location='m_der.htm'"&gt ;
<p align="center">Opción Roja</p>
</td>
</tr>
</table>
</body>
</html>

De todas formas visita.
http://www.garaje.ya.com/trainee/trucos/
En la carpeta texto tengo algunos mas.
Suerte The Trainee..



<A HREF= "http://www.garaje.ya.com/trainee/trucos/"><IMG SRC="http://www.garaje.ya.com/trainee/trucos/d_banner.gif" border=0 alt="Accede a trucos The Trainee"></a>