Tema: Enlaces
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/05/2006, 22:59
Avatar de seoista
seoista
 
Fecha de Ingreso: septiembre-2003
Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 20 años, 7 meses
Puntos: 59
Hola jorge1980

Así y en este orden:

Código:
a.enlace:link
{
text-decoration:none;
color :Gray ;
font-weight :normal ;
font-size :11px;
font-family : Arial, Verdana , Sans-Serif;
font-style :normal;
text-align :justify ;
line-height :15px;
}

a.enlace:visited
{
text-decoration :none; 
color :Blue ;
font-weight :normal ;
font-size :11px;
font-family : Arial, Verdana , Sans-Serif;
font-style :normal;
text-align :justify ;
line-height :15px;
}

a.enlace:hover
{
text-decoration :underline; 
color :Aqua;
font-weight :bold ; 
font-size :11px;
font-family : Arial, Verdana , Sans-Serif;
font-style :normal;
text-align :justify ;
line-height :15px;
}

a.enlace:active
{
text-decoration:none;
color :Navy ;
font-weight :normal ;
font-size :11px;
font-family : Arial, Verdana , Sans-Serif;
font-style :normal;
text-align :justify ;
line-height :15px;
}
Suerte
__________________
· No contesto por M.P.

Última edición por seoista; 27/05/2006 a las 23:53