Tengo una pagina web en la que en Firefox se ve bien pero in IE hay una tabla que no se ve. Mirando el código no le encuentro ambsolutamente nada de anormal para que no se vea. El codigo de la pagina es:
Código HTML:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" background="fondo.jpg">
<table width="848" border="0" cellpadding="0" cellspacing="0" height="371" align="center">
<tr>
<td background="fondot4.jpg" height="34"> </td>
</tr>
<tr>
<td background="fondot.jpg" height="238" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="5"> </td>
</tr>
<tr>
<td width="5%"> </td>
<td width="14%" valign="top">
<table width="100%" border="0" class="txtmenu">
<tr>
<td height="30">inicio</td>
</tr>
<tr>
<td height="30">empresa</td>
</tr>
<tr>
<td height="30"><a href="catalogo.php" class="txtmenu">catálogo</a></td>
</tr>
<tr>
<td height="30">contacto</td>
</tr>
</table>
</td>
<td width="3%"> </td>
<td width="72%"> </td>
<td width="6%"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td background="fondot.jpg" height="238" valign="bottom">
<table width="100%" border="0" cellpadding="0" cellspacing="0" height="197">
<tr>
<td width="58%"> </td>
<td width="36%" background="logo.jpg"> </td>
<td width="6%"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td background="fondotab.jpg" height="34"> </td>
</tr>
</table>
</body>
</html>
Y la tabla que no se ve es:
Código HTML:
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="5"> </td>
</tr>
<tr>
<td width="5%"> </td>
<td width="14%" valign="top">
<table width="100%" border="0" class="txtmenu">
<tr>
<td height="30">inicio</td>
</tr>
<tr>
<td height="30">empresa</td>
</tr>
<tr>
<td height="30"><a href="catalogo.php" class="txtmenu">catálogo</a></td>
</tr>
<tr>
<td height="30">contacto</td>
</tr>
</table>
</td>
<td width="3%"> </td>
<td width="72%"> </td>
<td width="6%"> </td>
</tr>
</table>
¿A alguien se le ocurre lo que podria pasar?. Gracias y saludos.