Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/04/2011, 19:47
jcvargas1985
 
Fecha de Ingreso: febrero-2011
Mensajes: 8
Antigüedad: 13 años, 2 meses
Puntos: 0
Imagenes me descuadran la tabla

Buenas,

en primer lugar decir que he buscado en post ya abiertos y en ningun caso encuentro algo parecido a lo mio.

Mi problema es que tengo una tabla con algunas imagenes, cuando la tabla la visualizo en chrome se ve todo correcto, el problema es que al visualizarlo con explorer las imagenes toman mas porcentaje que el que destinado al tamaño de esa celda.
Supongo que a esto influye que con chrome hay mas area de trabajo y en explorer menos.

Adjunto el código.


<div id="contenidoFicha" style="width: 100%; height: 100%;" class=DIV2>
<table align="center" width="100%" height="100%" >
<tr height="15%">
<td colspan="3"><embed src="banner.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download
/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="100%" >
</embed>
</td>
</tr>
<tr height="85%">
<td width="15%" >
<TABLE WIDTH="100%" HEIGHT="100%">
<TR HEIGHT="30%"><TD class=tabla2><a href="TiendasOnline.php"><img border="none" src="online.jpg" width="100%" height="100%"></a></TD></TR>
<TR HEIGHT="40%" ><TD class=tabla2><img border="none" src="mejoresOfertas.jpg" width="100%" height="100%"></TD></TR>
<TR HEIGHT="30%" ><TD class=tabla2><img border="none" src="DefTiendas.gif" width="100%" height="100%"></TD></TR>
</TABLE>
</td>
<td width="70%"><div id="map_canvas" style="width:100%; height:100%"></div> </td>
<td width="15%">
<TABLE WIDTH="100%" HEIGHT="100%" >
<TR HEIGHT="30%" ><TD class=tabla2><img border="none" src="DefTiendasOnLine.gif" width="100%" height="100%"></TD></TR>
<TR HEIGHT="40%"><TD class=tabla2><img border="none" src="DefCorchas.gif" width="100%" height="100%"></TD></TR>
<TR HEIGHT="30%"><TD class=tabla2><img border="none" src="DefTiendas.gif" width="100%" height="100%"></TD></TR>
</TABLE>
</td>
</tr>
</table>

</div>

-----------------------------
Esto <td width="15%" > es lo que toma mayor porcentaje que el 15%, aproximadamente puede tomar el 30%.
Hay forma de controlarlo?

Muchisimas gracias por sus respuestas.