Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/11/2002, 11:33
Avatar de mikel_gomez
mikel_gomez
 
Fecha de Ingreso: febrero-2001
Mensajes: 482
Antigüedad: 23 años, 2 meses
Puntos: 3
Re: Estilos CSS para enlaces o vínculos

gnomist:

Un ejemplo:
Código:
<style type="text/css">
  a:link    {color: blue;   text-decoration: none;}
  a:visited {color: yellow; text-decoration: none;}
  a:hover   {color: red;    text-decoration: none;}
</style>

<a href="..." style="color: pink; text-decoration: none;">Enlace con estilo propio</a>
<a href="...">Enlace con estilo general</a>
Saludos.
__________________
Mikel Gómez
Hay que aprender mucho para saber poco