Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/05/2008, 13:33
jilguerogabriel
 
Fecha de Ingreso: mayo-2008
Mensajes: 112
Antigüedad: 16 años
Puntos: 1
De acuerdo Otros problemas con el Firefox...

Amigos del foro!
Tengo el siguiente problema con el firefox:
Realice una pagina, donde el menu principal horizontal tiene una altura determinada, el probleme ocurre cuando lo veo en firefox que el menu crece de altura, y ademas en vez de mostrarme el cursor del dedo (link), me muestra el cursor de texto.

Este es el codigo:

<table width="748" border="0" align="center" bordercolor="#FFFFFF">

<tr>

<td width="141" bordercolor="#000000" bgcolor="#333333" class="bordetabla"
onclick="window.location.href='la-empresa.html'" onmouseover="this.style.backgroundColor='#c80000'; this.style.cursor='hand'"
onmouseout="this.style.backgroundColor='#333333'">
<p align="center" class="Estilo1"><font color="#FFFFFF">La Empresa</font></p></td>

<td width="141" bordercolor="#000000" bgcolor="#333333" class="bordetabla" onclick="window.location.href='reparaciones.html'" onmouseover="this.style.backgroundColor='#c80000'; this.style.cursor='hand'"
onmouseout="this.style.backgroundColor='#333333'"> <p align="center" class="Estilo1"><font color="#FFFFFF">Reparaciones</font></p></td>

<td width="141" bordercolor="#000000" bgcolor="#333333" class="bordetabla" onclick="window.location.href='laboratorio.html'" onmouseover="this.style.backgroundColor='#c80000'; this.style.cursor='hand'"
onmouseout="this.style.backgroundColor='#333333'"> <p align="center" class="Estilo1"><font color="#FFFFFF">Laboratorio</font></p></td>

<td width="141" bordercolor="#000000" bgcolor="#333333" class="bordetabla" onclick="window.location.href='gremio.html'" onmouseover="this.style.backgroundColor='#c80000'; this.style.cursor='hand'"
onmouseout="this.style.backgroundColor='#333333'"> <p align="center" class="Estilo1"><font color="#FFFFFF">Gremio</font></p></td>

<td width="141" bordercolor="#000000" bgcolor="#333333" class="bordetabla" onclick="window.location.href='contactenos.html'" onmouseover="this.style.backgroundColor='#c80000'; this.style.cursor='hand'"
onmouseout="this.style.backgroundColor='#333333'"> <p align="center" class="Estilo1"><font color="#FFFFFF">Contáctenos</font></p></td>

</tr>
</table>