css

|
|
#2 (permalink) |
|
Moderadora
![]() ![]() ![]() ![]() ![]() ![]() Fecha de Ingreso: noviembre-2002
Ubicación: Terok Nor
Mensajes: 14.964
|
Salú,
Claro que puedes. Puedes crear una pseudoclase. Fijate, puedes poner algo así: <style type="text/css"> <!-- a:link { color: #993300; text-decoration: none} a:visited{ color: #993300; text-decoration: none} a:hover{ color: #993300; text-decoration: none} a:active{ color: #993300; text-decoration: none} a.otro:link { color: #000099; text-decoration: none} a.otro:visited{ color: #000099; text-decoration: none} a.otro:hover{ color: #000099; text-decoration: none} a.otro:active{ color: #000099; text-decoration: none} --> </style> ...y luego a los links que quieras que usen el otro estilo le indicas <a href="pepe.htm" class="otro"> pepe </a> ![]() |
|
|
|