09/01/2002, 00:26
|
| | Fecha de Ingreso: enero-2002
Mensajes: 4
Antigüedad: 22 años, 10 meses Puntos: 0 | |
Urgente!! estilo clse con vinculos necesito saber como crear un estilo personalizado clase para los hipérvinculos:
porejemplo:
<html>
<head>
<style type="text/css">
<--
.link a:active { font-family: Arial; font-size: 8pt; font-weight: bold; color: #000033; text-decoration: none}
.link a:hover { font-family: Arial; font-size: 8pt; font-weight: bold; text-decoration: none; color: #003366}
.link a:link { font-family: Arial; font-size: 8pt; font-weight: bold; text-decoration: none}
.link a:visited { font-family: Arial; font-size: 8pt; font-weight: bold; text-decoration: none}
-->
</style>
<head>
<body>
<a href="http://www.latinserver.net">latinserver</a>
</body>
</html>
como haria para que funcione este hipervinculo como clase...¿que hay que agregar? |