Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/06/2005, 13:32
manou
 
Fecha de Ingreso: octubre-2004
Ubicación: Barcelona
Mensajes: 28
Antigüedad: 19 años, 6 meses
Puntos: 0
No aplica el estilo a los links

Buenas, la siguiente definicin de estilo solo se aplica al enlace link, pero no hace nada en el hover, y otras pseudoclases
Código:
.capitulo {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; color: #878832;font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; text-decoration: none}

a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #FFFF99; text-decoration: none}

a.contacto:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #ffffff; text-decoration:underline;}

a.contacto:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #FFFF99; text-decoration:none;}

a.contacto:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #FFFF99; text-decoration:none;}

a.contacto:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #FFFF99; text-decoration:none;}
Lo uso de la siguiente forma:
Código:
<tr> 
          <td width="233" height="2">
<div align="center"><a class="contacto" href="mailto:[email protected]">Contacto >></a></div>
          </td>
          <td height="2" width="122"><a href="mailto:[email protected]" ><img src="images/buzon.gif" width="100" height="75" border="0"></a></td>
        </tr>
La pagina se puede ver en: http://govinda.no-ip.com/amimusa/index2.html

Si alguien sabe a que se debe me haria un gran favor en comentarmelo pues me ha pasado mas veces y no entiendo a que puede deberse.

Gracias desde ya