Foros del Web » Programando para Internet » PHP »

Ie6

Estas en el tema de Ie6 en el foro de PHP en Foros del Web. 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 ...
  #1 (permalink)  
Antiguo 01/07/2004, 09:55
Avatar de elgabo  
Fecha de Ingreso: julio-2003
Mensajes: 23
Antigüedad: 20 años, 8 meses
Puntos: 0
Ie6

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&nbsp;&nbsp;&nbsp;</div></td>
</tr>
<tr>
<td >&nbsp;</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">&nbsp;</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&igrave;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>&nbsp;&nbsp;</div></td>
</tr>
</table> &nbsp;&nbsp;&nbsp;&nbsp; <? include("$incluir"); ?></td>
</tr>
<tr>
<td height="350" valign="top">

y en footer esto:

</td>
</tr>
<tr>
<td height="20" bgcolor="406284">&nbsp;</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.
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 21:41.