Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/11/2008, 17:26
Avatar de willyfc
willyfc
 
Fecha de Ingreso: octubre-2008
Ubicación: Santa Cruz - Bolivia
Mensajes: 662
Antigüedad: 15 años, 6 meses
Puntos: 40
Respuesta: meter enlaces en divs?

Creo que tu última declaración:

Código:
a.d3, a.d3:visited., a.d3:hover {color: #234f69;text-decoration: none;font-weight: normal;}
debería ir así:

Código:
d3 a:link, d3 a:visited, d3 a:hover {color: #234f69;text-decoration: none;font-weight: normal;}
y otra cosa,, el hover va aparte quedando de esta manera:

Código:
.d3 a:link, .d3 a:visited, .d3 a:active {color: #234f69;text-decoration: none;font-weight: normal;}

.d3 a:hover{color:#CCC ; text-decoration:underline}
avisas si te sirve