Ver Mensaje Individual
  #7 (permalink)  
Antiguo 29/01/2005, 14:59
Avatar de Durgeoble
Durgeoble
 
Fecha de Ingreso: marzo-2003
Mensajes: 462
Antigüedad: 21 años, 1 mes
Puntos: 2
Información es muy sencillo

a {
color: inherit;
text-decoration: none;
}
a:hover {
color: inherit;
text-decoration: underline;
}
a:visited {
color: inherit;
text-decoration: none;
__________________
Todas mis respuestas funcionaran correctamente en aquellos navegadores que respeten los estandares.

Última edición por Durgeoble; 29/01/2005 a las 15:07