Hola a todos.
Mi duda es la siguiente: estoy haciendo un programita en php, en el cual tiene un header.php y un fooder.php, pero con el IE6 tengo un problema de visualizacion, aqui les pondo las imagenes para que vean:
en la imagen se ve que la tabla html no se pega completamente a la derecha del navegador, pero si le doy F5 osea actualizo la pagina se corrige el error
realmente no se cual sea el problema, solo con php pasa esto, osea el codigo en un html no ocurre esto.
en el header tengo esto:
<HTML>
<HEAD>
<TITLE>d</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<style type="text/css">
<!--
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
}
-->
</style>
</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="cuerpo">
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="320" rowspan="2">
<div align="right">
<img src="images/logo.gif" width="325" height="60">
</div>
</td>
<td ><div align="right">Usuario: login | Suscriptores totales:12232 </div></td>
</tr>
<tr>
<td > </td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="60" valign="top" background="images/eresp2_07.gif"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="14"> </td>
<td width="354"><a href="index.dbm"><img src="images/eresp<?=$dos1?>_02.gif" alt="Inicio" width="73" height="31" border="0"></a><a href="suscriptores.dbm"><img src="images/eresp<?=$dos2?>_03.gif" alt="Suscriptores" width="95" height="31" border="0"></a><a href="mensajes.dbm"><img src="images/eresp<?=$dos3?>_04.gif" alt="Mensajes" width="81" height="31" border="0"></a><a href="estadisticas.php"><img src="images/eresp<?=$dos4?>_05.gif" alt="Estadìsticas" width="97" height="31" border="0"></a></td>
<td width="413"><div align="right"><a href="#">Mi cuenta</a> | <a href="#">Ayuda</a>
| <a href="salir.dbm">Cerrar Sesion </a> </div></td>
</tr>
</table> <? include("$incluir"); ?></td>
</tr>
<tr>
<td height="350" valign="top">
y en footer esto:
</td>
</tr>
<tr>
<td height="20" bgcolor="406284"> </td>
</tr>
</table>
</BODY>
</HTML>
y en un index.php incluyo los 2 archivos, a alguien le ha pasado algo similar???
les agradeceria su ayuda.