Busqué si IE 7.00 tenia alguna opción para configurar la opción "Reducir para ajustar" pero parece que no contemplaron esa posibilidad los empleados de Bill.
Probé con darle medidas a mi celda en cm o crear un div donde le di el ancho en cm, funciona en otros navegadores de maravilla, excepto en la tonteria de IE.
Cita:
Son bienvenidas las sugerencias o ideas que me puedan dar.<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#apDiv1 {
position:absolute;
top:15px;
width:25cm;
height:25cm;
z-index:1;
background-color: #D4D0C8;
}
-->
</style></head>
<body>
<div id="apDiv1">
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td colspan="25" bgcolor="#FF0000"> </td>
</tr>
</table>
</div>
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#apDiv1 {
position:absolute;
top:15px;
width:25cm;
height:25cm;
z-index:1;
background-color: #D4D0C8;
}
-->
</style></head>
<body>
<div id="apDiv1">
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td colspan="25" bgcolor="#FF0000"> </td>
</tr>
</table>
</div>
Gracias