No estoy yo muy ducho en esto del CSS por eso va esta preguntilla que seguramente 
tendra una respuesta de lo mas obvia


En este codigo hay un menu con varias opciones y quiero con CSS que cada opcion tenga 
un aspecto al pasar por encima, marcar, etc.
pero.. solo coge el estilo por defecto (si os fijais el HOVER va subrayado)

¿Que es lo que estoy haciendo mal?

Gracias por adelantado

---------------------------------------------------------------------------------------

<html>
<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<style type="text/css">
.menunivel1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; 
font-weight: normal; color: #4b82bb; text-decoration: none; background-color: #d4e5f6;}
a.menunivel1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; 
font-weight: normal; color: #4b82bb; text-decoration: none; background-color: #d4e5f6;}
a.menunivel1.hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 
10px; font-weight: normal; color: #4b82bb; text-decoration: underline; 
background-color: #d4e5f6;}
a.menunivel1.active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 
10px; font-weight: bold; color: #F87A7B; background-color: #d4e5f6;}
</style>

</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" 
marginheight="0">
<table width="790" border="0" cellspacing="0" cellpadding="0" name="menu_sup">
  <tr> 
    <td height="18"> <table width="100%" border="0" cellspacing="0" cellpadding="0" 
name="menusup1" height="18">
        <tr> 
          <td class="menunivel1">&nbsp;Opcion 1</td>
          <td class="menunivel1">&nbsp;<a class="menunivel1" href="#">Opcion 2 </a> 
</td>
          <td class="menunivel1"> &nbsp;Opcion 3</td>
          <td class="menunivel1"> &nbsp;Opcion 4</td>
          <td class="menunivel1"> &nbsp;Opcion 5</td>
        </tr>
      </table></td>
  </tr>
</table>
</body>
</html>
------------------------------------------------------------------
This e-mail and the documents attached are confidential and intended solely
for the addressee; it may also be privileged. If you receive this e-mail
in error, please notify the sender immediately and destroy it.
As its integrity cannot be secured on the Internet, the Atos Origin group
liability cannot be triggered for the message content. Although the
sender endeavours to maintain a computer virus-free network, the sender does
not warrant that this transmission is virus-free and will not be liable for
any damages resulting from any virus transmitted.

"Este mensaje y los ficheros adjuntos pueden contener información
confidencial destinada solamente a la(s) persona(s) mencionadas
anteriormente. Pueden estar protegidos por secreto profesional Si usted
recibe este correo electrónico por error, gracias de informar inmediatamente
al remitente y destruir el mensaje.
Al no estar asegurada la integridad de este mensaje sobre la red, Atos
Origin no se hace responsable por su contenido. Su contenido no constituye
ningún compromiso para el grupo Atos Origin, salvo ratificación escrita por
ambas partes.
"Aunque se esfuerza al máximo por mantener su red libre de virus, el emisor
no puede garantizar nada al respecto y no será responsable de cualesquiera
daños que puedan resultar de una transmisión de virus"
------------------------------------------------------------------
_______________________________________________
Ovillo mailing list
[EMAIL PROTECTED]
http://ovillo.org/mailman/listinfo/ovillo_ovillo.org

Responder a