Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/03/2004, 00:18
Avatar de Wel
Wel
 
Fecha de Ingreso: marzo-2003
Mensajes: 77
Antigüedad: 21 años, 2 meses
Puntos: 0
<html>
<head>
<Style>
<!-- El truco para que se hunda el texto esta aquí, cambia los valores del top y del left para ver los efectos (con los valores top:0 y left:0 no cambia nada) -->
a:hover{color: Teal; text-decoration: underline; position: relative; top: 1px; left: 1px;}
</Style>
</head>

<body bgcolor="#52849E">
<a href="secciones/accion1.html" style="text-decoration: none; Color: Gold;">Acción</a>
</body>
</html>