Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/12/2004, 12:02
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 3 meses
Puntos: 772
Hola haven

He hecho algunos cambios a tu código. A ver si te gusta:
Código HTML:
<style type="text/css">
.Estilo16 {
	font-size: 12px;
	color: #C6132D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
  background:#A9C4E9;
  display:block;
}
A.Estilo16:hover	{color:ffffff;text-decoration:none;background:#731137}
</style>

<table>
<tr>
<td width="110">
<div align="center">
<a href="negocios.asp" class="Estilo16">negocios</a>
</div>
</td>
</tr>
</table> 
Saludos,