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
You can use the table-cell value of the display property in this layout and remove the float like this:
table-cell
display
float
.left, .right{ display:table-cell; }
live demo http://jsfiddle.net/C9Kmx/34/