
Untitled
By: a guest on
May 1st, 2012 | syntax:
None | size: 0.50 KB | hits: 13 | expires: Never
Inner Div 100% height outside of parent Div
.outside_div {
width:227px;
height:500px;
}
.scrolabe_div {
width:100%;
height:100%;
overflow:auto;
}
.outside_div {
position: absolute;
width: 227px;
height: 500px;
}
.scrolabe_div {
position: absolute;
width: 100%;
top: 50px; /* since the top doesn't change, fix it here */
bottom: 10px; /* set this accordingly, probably 10px */
overflow: auto;
}
.scrolabe_div {
width:100%;
overflow:auto;
}