Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/03/2007, 16:38
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
Puntos: 280
Re: subrayar con linea discontinua

Con este sencillo codigo:

a { text-decoration: none;
color: rgb(0, 0, 0);
}

a:hover { border-bottom-style: dashed;
border-bottom-width: 1px;
}

Mikel.