Ver Mensaje Individual
  #9 (permalink)  
Antiguo 02/01/2005, 19:01
posavasos
 
Fecha de Ingreso: enero-2005
Mensajes: 265
Antigüedad: 19 años, 3 meses
Puntos: 1
Sería así:

Código:
.clase_01 {
background-color: Gray;
font-family: Arial;
}

.clase_01 a.estilo2:link { color: White; text-decoration: none; }
.clase_01 a.estilo1:hover { color: Lime; text-decoration: underline; }

.clase_02 {
background-color: Silver;
font-family: Arial Black;
}

.clase2 a.estilo2:link { text-decoration: none; color: #6495ED; }
.clase2 a.estilo2:hover{ color: Yellow; text-decoration: underline; }

Última edición por posavasos; 02/01/2005 a las 19:02