i have two divs , one is higher than other , what i want is to put the first one that's higher inside the other .
#bottom {
overflow-x:scroll ;
overflow-y: hidden;
white-space: nowrap;
position:fixed;
height:45px;
width:864px;
background-color:yellow;
bottom:0px;
margin-left:144px;
}
.box {
display: inline-block;
cursor: pointer ;
vertical-align: middle;
width:200px; height:525px;
background:blue;
left:144px;
margin-right: 16px
}