Ver Mensaje Individual
  #4 (permalink)  
Antiguo 12/03/2011, 13:23
Avatar de mdk
mdk
 
Fecha de Ingreso: noviembre-2002
Mensajes: 531
Antigüedad: 21 años, 5 meses
Puntos: 11
Respuesta: Problema con capas en ie8

Prueba así:

Código HTML:
<div id="paneles">
	<div id="panel_01" style="margin:0 auto; margin-top: 10px;">
        <div style="float:left; width: 50%; padding-bottom: 6px;">
			<table> // Contenido de la tabla </table>
        </div>
        <div style="float:right; width: 50%; padding-bottom: 6px;">
			<table> // Contenido de la tabla </table>
        </div>
	</div>     
	<div id="panel_01" style="margin:0 auto;">
	     <div style="float:left; width: 50%; padding-bottom: 6px;">
                  <table> // Contenido de la tabla </table>
        </div>
        <div style="float:right; width: 50%; padding-bottom: 6px;">
                <table> // Contenido de la tabla </table>
        </div>
	</div>
</div> 
Te muestra 2 filas por 2 columnas. Solo he sustituidos los spam por divs y he añadadio una nueva capa.
__________________
SoY Lo Ke VeS iNKLuSo KuAnDo No Me VeS ;)