Hola a todos desde ya agradesco cualquier ayuda o sugerencia.
Antes de hacer la consulta trate de hacerlo por mi cuenta y ocupando la porpiedad float especificamente left pero no me resulta.
Bueno les comento tengo una pagina maquetada de la siguiente forma:
contendor que tiene a todos los demas divs dentro de este div un div cabecera debajo otro div que le llamo menu intitucional y debajo de este un div menu lateral y otro div llamado contenido el problema es que los contenido paginas q cargo en el div contenido se me ven debajo del div menu lateral....pero solo en internet explorer 6 .
Y esta es la imagen de como se ve en internet explorer 6.
[IMG]
Ver Imagen: http://s3.subirimagenes.com:81/otros/previo/thump_4790299css.jpg[/IMG]
Les dejo mi css:
Código:
#contenedor {
background-color: #CCC;
height: 1150px;
width: 920px;
border: 1px dotted #ccc;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
#piedePagina {
height: 50px;
width: 920px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
text-align: center;
border: 1px dotted #ccc;
}
#contenido {
float: right;
height: 920px;
overflow: auto;
background-color: #FFF;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 15px;
width: 695px;
}
#divMuro {
height: 250px;
overflow: auto;
width: 675px;
float: left;
clear: both;
}
#encabezado {
height: 200px;
background-color: #FFF;
}
#menuIntitucional {
height: 20px;
text-align: center;
background-color: #900;
color: #FFF;
font-size: small;
}
#menuIntitucional a {
color: #FFF;
}
#menuLateral {
width: 193px;
height: 925px;
float: left;
border-right-width: 1px;
/*border-right-style: dotted;
border-right-color: #666;*/
padding-top: 5px;
padding-left: 5px;
background-color: #FFF;
border-right:dotted 1px #CCCCCC;
}
body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: small;
color: #333;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
h3 {
text-align:center;
}
.mano { /*PARA PONER UNA MANITO*/
cursor: pointer;/*pointer*/
}
#menuLateral li {
list-style-type: none;
}
#menuLateral ul {
margin-left: 0px;
margin-bottom: 0px;
font-size: medium;
font-weight: bold;
}
.imagenCentrada{
display: block;
margin-left: auto;
margin-right: auto
}
#precarga {
text-align: center;
display: none;
}
.destacados_portada {
width: 218px;
float: left;
margin-right: 12px;
}
#puntosdeaccion {
clear: both;
height: 280px;
}
#div_noticias {
height: 170px;
overflow: auto;
clear: both;
}
Bueno cualquier ayuda se los agradeceria.....saludos.