Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/11/2005, 09:05
Avatar de izar
izar
 
Fecha de Ingreso: enero-2004
Mensajes: 519
Antigüedad: 20 años, 2 meses
Puntos: 1
a.menu:link {
text-decoration: none;
color: #000000;
}
a.menu:visited {
text-decoration: none;
color: #000000;
}
a.menu:hover {
text-decoration: none;
color: orange;
}
a.menu:active {
text-decoration: none;

color: red;
}
</style>


y en el html pones :

<a href="http://www.direccion.com" class="menu">Enlace </a>

espero que esto te sirva
__________________