07/03/2007, 16:38
|
| Colaborador | | Fecha de Ingreso: octubre-2006 Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 18 años, 1 mes 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. |