Tema: Menu con CSS
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/08/2007, 10:13
lulial
 
Fecha de Ingreso: julio-2007
Mensajes: 37
Antigüedad: 16 años, 8 meses
Puntos: 0
Re: Menu con CSS

<td height="24" valign="top" bgcolor="#9999FF"><a href="#" style="text-decoration:none"><font color="#FFFFFF">&iquest;que
hacemos?</font></a></td>


<style type="text/css">
<!--
a:hover {
color: #FFFFFF;
font-style: normal;
background-color: #9999FF;
border: medium none #000000;
height: auto;
width: auto;
}
-->
</style>