Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/11/2003, 06:04
locoman
 
Fecha de Ingreso: octubre-2003
Mensajes: 32
Antigüedad: 20 años, 5 meses
Puntos: 0
Pregunta cambiar color borde al hacer over

Hola me gustaria saber como puedo cambiar con stylos el color del borde de una imagen cuando ago over.

Ago esto pero no me funciona:
.imagen {
border-width: 1;
border-style : solid;
border-color : #000000;
padding : 2;
}

.imagen a{
border-width: 1;
border-style : solid;
border-color : #ffffff;
padding : 2;
}

.imagen a:hover{
border-width: 1;
border-style : solid;
border-color : #ffffff;
padding : 2;
}

Gracias por anticipado