Hola tngo una estructura creada de la siguiente manera
http://img67.xooimage.com/files/8/2/...ar-2d1c2b3.png
Mi codigo css es el siguiente
#content {
width:1024px;
height:724px;
}
#idiomas {
width:100%;
height:30px;
}
#banner {
width:100%;
height:200px;
background:#0C0;
}
#menu {
width:40%;
height:30px;
float:left;
background:#FF0;
}
#login {
width:60%;
height:30px;
float:right;
}
#sidebar {
width:200px;
height:434px;
float:right;
position:relative;
}
#content1 {
width:824px;
height:214px;
float:left;
position:relative;
background-color:#6FF;
}
#content2 {
width:824px;
height:217px;
float:left;
position:relative;
background-color:#69C;
}
#left {
width:30px;
height:100%;
margin-left:100%;
}
Me gustaría hacer que en la derecha del navegador poner otro div , si veis pone sidebar2 abajo en la imagen, no me deja sobrepasar el contenido del div content. Alguna idea?