![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
12/01/2002, 11:27
|
![Avatar de duchamp](http://static.forosdelweb.com/customavatars/avatar7348_1.gif) | | | Fecha de Ingreso: enero-2002 Ubicación: Patagonia
Mensajes: 216
Antigüedad: 23 años, 1 mes Puntos: 1 | |
Re: CSS - Esquemas de links Darklife, a ver si ésto te sirve:
<pre><html>
<head>
<style type="text/css">
<!--
a:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000; text-decoration: underline overline; font-style: normal; background-color: #CCCCCC}
a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000; text-decoration: underline overline; font-style: normal; background-color: #CCCCCC}
a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #993300; text-decoration: line-through}
a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #993399; text-decoration: none}
a:active.b1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #CC9900; text-decoration: line-through; font-style: normal; background-color: #FFFFFF}
a:hover.b1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #CC9900; text-decoration: line-through; font-style: normal; background-color: #FFFFFF}
a:link.b1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #993300; text-decoration: underline overline}
a:visited.b1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #993399; text-decoration: none}
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#000000">Enlace
version 1:<br>
<br>
<a href="#">Link uno</a><br>
<br>
Enlace version 2:<br>
<br>
<a href="#" class="b1">Link dos</a><br>
</font>
</p>
</body>
</html> </pre>
Suerte!
Duchamp |