Plumshuccumma
New Member
\[code\]<div class="div0"> <div class="div1"> <div class="div2"> </div> </div></div>\[/code\]div0 has fixed height and width.div2 by default display:none; When display:block, it has fixed height and width and it will display in bottom.div1 max height is div0's height. scrollbar apperes when there is any Data overflow. If div2 comes, div1 becomes shorter with scrollbar and data. If there is no data overflow but div2 in display:block, there will be no dcrollbar. Can you please provide the CSS (div0, div1, div2) for the same.