30/03/2004, 06:54
|
| | Fecha de Ingreso: diciembre-2003
Mensajes: 169
Antigüedad: 20 años, 11 meses Puntos: 0 | |
Te envio un codigo de lo que necesitas:
es con hojas de estilo y sin subrayado, el color ya lo cambias, ha sido hecho en dreamweaver copia los codigos entrel el <head> y </head>
<style type="text/css">
<!--
a:link {
color: #663300;
text-decoration: none;
cursor: hand;
font-weight: bold;
}
a:visited {
color: #663300;
text-decoration: none;
cursor: hand;
font-weight: bold;
}
a:active {
color: #663300;
text-decoration: none;
cursor: hand;
font-weight: bold;
}
a:hover {
color: #FF9900;
cursor: hand;
font-weight: bold;
}
.barraa:link {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
cursor: hand;
color: #663300;
}
.barraa:visited {
color: #663300;
text-decoration: none;
cursor: hand;
font-family: Arial, Helvetica, sans-serif;
}
.barraa:hover {
font-family: Arial, Helvetica, sans-serif;
color: #FF9900;
text-decoration: none;
cursor: hand;
}
.barraa:active {
text-decoration: none;
background-color: #003333;
cursor: hand;
color: #663300;
font-family: Arial, Helvetica, sans-serif;
}
-->
</style>
luego vinculas la frase y activas en comportamiento |