Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/07/2002, 12:47
Avatar de .
.
 
Fecha de Ingreso: mayo-2002
Ubicación: Tampico
Mensajes: 906
Antigüedad: 22 años, 1 mes
Puntos: 1
Re: Link con efecto

copiate este codigo y cambia los colores por los que necesitas
<head>
<style>
A:link {text-decoration:none; color:red}
A:active {text-decoration:none;color:red}
A:visited {text-decoration:none;color:red}
A:hover {text-none; color:silver}
</style>
</head>
<body bgcolor=black>
<a href=link1.html> link 1 </a><br>
<a href=link2.html> link 2 </a><br>
<a href=link3.html> link 3 </a><br>
</body>