Hola. Ésta es mi primera intervención en la lista, de manera que lo primero que quiero hacer es agradeceros a todos el interesante contenido que se postea aquí. Para gente como yo, no muy conocedores de las CSS, esta lista es de gran ayuda.
Y ahora mi duda. Tengo un layout con tres columnas que se representa de la siguiente manera: <div class="layout"> /* Contenedor: para centrar todo en la pantalla */ <div class="l-layout"></div> /* Columna izquierda: Ancho de 200px */ <div class="c-layout"></div> /* Columna central: Ancho de 500 px */ <div class="r-layout"></div> /* Columna derecha: Ancho de 200px */ </div> con su correspondiente hoja de estilo CSS: /* Contenedor: para centrar todo en la pantalla */ .layout {width: 900px; display: table; background-image: url(http://www.southbites.com/images/southbites/background.jpg)} /* Columna izquierda: Ancho de 200px */ .l-layout {width: 200px; float: left; display: inline; margin-top: 0px; background-image: url(http://www.southbites.com/images/southbites/l_bg.jpg); background-repeat: no-repeat;} /* Columna central: Ancho de 500 px */ .c-layout {width: 500px; float: left; display:table;} /* Columna derecha: Ancho de 200px */ .r-layout {width: 200px; float: left; display: table;} El caso es que en Explorer todo se ve bien pero cuando lo testeo en Mozilla, las columnas se desencajan verticalmente. Podeís ver dos ejemplos en: http://www.southbites.com/test/ http://www.southbites.com/archives/000017.shtml#more ¿Alguien me puede ayudar con esto? Me estoy volviendo loco intentando adaptarlo a Mozilla. Muchas gracias por vuestro tiempo y ayuda. :::: :::: :::: :::: :::: :::: Eduardo de Felipe Web Designer ======================================== DISCLAIMER The contents of this e-mail and any attachments are confidential to the intended recipient and may also be legally privileged. Unless you are the named addressee (or authorised to receive for the addressee) of this email you may not copy, disclose or distribute it to anyone else. If you have received this email in error, please notify us immediately by e-mail on [EMAIL PROTECTED] and then delete the email and any copies. The Sega Group have made all reasonable efforts to ensure that this e-mail and any attached documents or software are free from software viruses, but it is the recipient's responsibility to confirm this. ======================================== _______________________________________________ Ovillo mailing list [EMAIL PROTECTED] http://ovillo.org/mailman/listinfo/ovillo_ovillo.org