.contenedor { overflow: auto; } .div1 { float:left; width:440px;} .div2 { float:right; width:440px;} #header { height: 100px; background: #0072b8; font-family: Arial; font-size: 16px; color: white; }
html { overflow-y:scroll; }