Ver Mensaje Individual
  #9 (permalink)  
Antiguo 10/05/2004, 03:00
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 9 meses
Puntos: 772
Hola, cauly.

En primer lugar pedirte disculpas, porque he entendido mal el mensaje desde el principio y he liado el tema más de lo necesario. Ahora intentaré explicarme mejor:

Pon las filas así:
Código PHP:
<tr class="inputext" onmouseover="this.className='boton'" onmouseout="this.clasName='inputext'"><td width="96%" nowrap height="15">
<
a href="noticia-topico-26.php">Alianzas</a>
</
td></tr
Y las hojas de estilo así:
Código:
.boton {  background-image: url(../images/spacer10.jpg); background-repeat: repeat}
.inputext {  background-image: url(../images/inputext.gif); background-repeat: repeat; color:#ffffff}

.boton a {  BACKGROUND: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000}
.inputext a {  BACKGROUND: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold;  font-style: normal; color: #FFFFFF; text-decoration: none; vertical-align: middle}
De esta forma, si no la he vuelto a pifiar, se cambiarán al mismo tiempo el fondo de la fila y los enlaces.

Saludos,