Forum Moderators: not2easy
"auto" height is already on (that's the default), but it's not what you seek: inherit the height of a parent that's got no set height itself (that just doesn't exist in CSS). The closest CSS you have is "height: 100%;": it set the height to the direct parent that has a set height (but in most cases people asking for this want the parent to stretch to it's longest child and then it fails.
the trick to use in cases like this is to use the background of the parent and make fake columns in it (faux columns) also search for flexi-floats.