Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/10/2004, 23:07
n2h
 
Fecha de Ingreso: octubre-2004
Mensajes: 163
Antigüedad: 19 años, 5 meses
Puntos: 0
que no es al reves?

img a { /* primero la etiqueta, y luego la propiedad */
border-style: none;
border-width: 0;
text-decoration: none;
background-color: #FFFFFF;
}

img a:hover { /* idem q antes */
text-decoration: none;
}