Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/12/2008, 09:26
Avatar de marweb
marweb
 
Fecha de Ingreso: marzo-2007
Ubicación: Ciudad de Panama
Mensajes: 125
Antigüedad: 17 años
Puntos: 1
De acuerdo Problema Div IE6

Hola amigos foreros miren tengo el siguiente problema, no me esta saliendo bien algo en mi sitio web en internet 6. La columna del centro no me esta cargando bien, uso un diseño de tres columnas con porcentaje. Adjunto el css.

Código:
/* Header styles */
#header {
        width:100%;
		height: 180px; /*Height of top section*/
}

/* LEFT COLUMN */
#left {
			width: 200px;
			margin-left: 5px;
			padding-right:10px;
			float: left;
			border-right:1px dashed #B3B3B3;
			display: inline; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
		}
/* RIGHT COLUMN */
#right {
			width: 200px;
			margin-right: 5px;
			padding-left:10px;
			float: right;
			border-left:1px dashed #B3B3B3;
			display: inline; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
		}
/* CENTER COLUMN */
#center {
			margin-left: 210px;
			margin-right: 210px;
			padding: 5px;
		}

/* Footer styles */
#footer {
		clear:both;		
		width: 100%;
		text-align: center;		
		height:56px;	
}

#footer a{
		color: #000000;
}
El sitio en mencion es el siguiente:

http://www.rentaventa.com

No entiendo xq sucede esto alguien me ayuda.

Ya he probado todos los diseños css que encontre en google y foros, si alguien me da una pista o algun hack css se lo agradeceria.

Gracias
__________________
Mario Rios - Webmaster
Diseño web en panama / Real Estate / Abogados de Panama