Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/02/2003, 10:33
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 7 meses
Puntos: 381
Salú,

Claro que puedes. Puedes crear una pseudoclase.

Fijate, puedes poner algo así:



<style type="text/css">
<!--
a:link { color: #993300; text-decoration: none}
a:visited{ color: #993300; text-decoration: none}
a:hover{ color: #993300; text-decoration: none}
a:active{ color: #993300; text-decoration: none}


a.otro:link { color: #000099; text-decoration: none}
a.otro:visited{ color: #000099; text-decoration: none}
a.otro:hover{ color: #000099; text-decoration: none}
a.otro:active{ color: #000099; text-decoration: none}
-->
</style>

...y luego a los links que quieras que usen el otro estilo le indicas

<a href="pepe.htm" class="otro"> pepe </a>