15/05/2011, 20:45
|
| | Fecha de Ingreso: mayo-2010
Mensajes: 70
Antigüedad: 14 años, 5 meses Puntos: 1 | |
Respuesta: Problema con div Este es mi código css:
.contenedor{
width:800px;
height:1000px;
margin:0px auto 1000px auto;
background-color:#CCC;
}
.banner{
width:800px;
position:absolute;
height:150px;
margin:0px auto 150px auto;
background-color:#666
}
.barra {
width:800px;
position:absolute;
height:30px;
margin:150px auto auto auto;
background-color:#555;
left: 0px;
top: 0px;
}
.margen_izq {
width:150px;
height:670px;
background-color:#0F0;
margin-top:180px;
float:left
}
.contenido {
width:500px;
/*height:670px;*/
background-color:#FF0000;
margin-top:180px;
float:right
}
.margen_der {
width:150px;
height:670px;
background-color:#0F0;
margin-top:180px;
float:right
}
.pie{
width:800px;
height:200px;
clear:both;
/*no anda en ex*/
background-color:#009;
} |