<div id="pp"> <div id="p"> <div id="child"></div> </div> </div>
#pp { max-height: 100px; } #p { max-height: 200px; } #child { height: 400px; }