
I wanted my page to have a behavior like in the image. The 100% box has the height of the browser screen and the auto box has a min-height, let's say 100px, so, what I like is to the auto box to increase/decrease and if its height is lower than 100px, then create the scroll bar IN the auto box and NOT the browser (as in the image).
EDIT: http://jsfiddle.net/erwingo/gMEBn/ The problem is that when you resize down the windows, the scroll bar appears because the --div class="content"-- doesn't seem to decrease.
Sorry if my english is not good enough.