Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/06/2004, 06:07
Avatar de Chriss
Chriss
 
Fecha de Ingreso: junio-2004
Mensajes: 105
Antigüedad: 19 años, 10 meses
Puntos: 0
3 vinculos 3 colores

Hola, me gustaría saber si se piede hacer tres tipos de vinculos distintos, yo lo he intentao pero no me sale:

a:link {
text-decoration: none;
color: #ffffff;
Font-weight: bold;
}
a:visited {
text-decoration: none;
color: #ffffff;
Font-weight: bold;
}
a:hover, a:active {
text-decoration: none;
color: #ffffff;
Font-weight: bold;}

a.loquesea {text-decoration: none;
color: #604D63;}
a.loquesea:link {text-decoration: none;
color: #604D63;}
a.loquesea:visited {text-decoration: none;
color: #604D63;
}
a.loquesea:hover, a.loquesea:active {text-decoration: none;
color: #ffffff;
background-color:#99CCFF;}
a.titulo {text-decoration: none;
color:#CC6666;}
a.titulo:link {{text-decoration: none;
color: ##CC6666;}
a.titulo:visited {text-decoration: none; BACKGROUND-COLOR: #a3b1b2;
color: ##CC6666;}
a.titulo:hover, a.titulo:active {text-decoration: none;
color: #ff9900;}


Muchas gracias