Ver Mensaje Individual
  #5 (permalink)  
Antiguo 23/07/2010, 19:03
plastim
 
Fecha de Ingreso: junio-2010
Ubicación: Medellín
Mensajes: 12
Antigüedad: 13 años, 11 meses
Puntos: 0
Respuesta: Diferentes estilos para vínculos

lo debes hacer con código, mira un ejemplo
.tipo1 a {
font-size: 14px;
text-align:left;
text-decoration: none;
color: #000;
}
.tipo1 a:hover {
font-size: 14px;
background-position: bottom;
text-decoration: none;
color: #FFF;
}
.tipo2 a {
font-size: 14px;
text-align:left;
text-decoration: none;
color: #888;
}
.tipo2 a:hover {
font-size: 14px;
background-position: bottom;
text-decoration: none;
color: #FFF;
}

Asi te quedan dos estilos: tipo1 y tipo2, puedes hacer todos los que quieras, ademas hay mas atributos para mejorar la visualización, pero eso ya es otro cuento