Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/06/2008, 09:43
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 11 meses
Puntos: 772
Respuesta: Ayuda + imprime tabla

Hola ACX_POISON

Te pongo el código HTML y JavaScript y tú lo traduces a PHP:

Código:
<tr style="background:url('imagen1.jpg')" onmouseover = "this.style.background = 'url(imagen2.jpg)'"
onmouseout = "this.style.background = 'url(imagen1.jpg)'">
Saludos,