Im here because other similar questions couldn\'t help my particular problem.
I need right div to be 100% height all the time, where the parent
right div
parent
Try by giving the height of container a fixed value
this will also fix the issue. Just tried it in jsFiddle
http://jsfiddle.net/C9Kmx/35/
.container { min-height: 10px; width: auto; height: 100px; background-color: #eeeeee; }