Ver Mensaje Individual
  #12 (permalink)  
Antiguo 23/12/2007, 09:42
Keysher
 
Fecha de Ingreso: noviembre-2002
Mensajes: 1.341
Antigüedad: 21 años, 5 meses
Puntos: 17
Re: Colorear fila dinamicamente

Y si pones el <tr> así:

Código PHP:

<tr  bgcolor='".$color."' style='".$style."' onmouseover="this.style.background='#c00'\" onmouseout=\"this.style.background='".$color."'\"> 
Y luego en los <td> no pones ni color ni estilo?