27/05/2006, 22:59
|
| | | Fecha de Ingreso: septiembre-2003 Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 21 años, 4 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
Última edición por seoista; 27/05/2006 a las 23:53 |