Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/09/2008, 14:16
Milko
 
Fecha de Ingreso: marzo-2007
Mensajes: 4
Antigüedad: 17 años, 1 mes
Puntos: 0
Respuesta: Letras azules de links

Establece el estilo del link:over


<style .....>

a { font-color: black; }
a:over { font-color: black; }
a:visit { font-color: black; }

</style>