19/11/2002, 11:33
|
| | | Fecha de Ingreso: febrero-2001
Mensajes: 482
Antigüedad: 23 años, 9 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 |