Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/06/2007, 03:52
Sirenon
 
Fecha de Ingreso: octubre-2004
Mensajes: 31
Antigüedad: 19 años, 6 meses
Puntos: 0
Tabla que se ve en Firefox pero no en Internet Explorer

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">&nbsp;</td>
  </tr>
  <tr>
    <td background="fondot.jpg" height="238" valign="top"> 
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr> 
          <td colspan="5">&nbsp;</td>
        </tr>
        <tr> 
          <td width="5%">&nbsp;</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&aacute;logo</a></td>
              </tr>
              <tr>
                <td height="30">contacto</td>
              </tr>
            </table>
          </td>
          <td width="3%">&nbsp;</td>
          <td width="72%">&nbsp;</td>
          <td width="6%">&nbsp;</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%">&nbsp;</td>
          <td width="36%" background="logo.jpg">&nbsp;</td>
          <td width="6%">&nbsp;</td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td background="fondotab.jpg" height="34">&nbsp;</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">&nbsp;</td>
        </tr>
        <tr> 
          <td width="5%">&nbsp;</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&aacute;logo</a></td>
              </tr>
              <tr>
                <td height="30">contacto</td>
              </tr>
            </table>
          </td>
          <td width="3%">&nbsp;</td>
          <td width="72%">&nbsp;</td>
          <td width="6%">&nbsp;</td>
        </tr>
      </table> 
¿A alguien se le ocurre lo que podria pasar?. Gracias y saludos.