Here is working solution for Chrome and probably Firefox:
Adding height:100%
to all tables gives the div required data to calculate the actual height
of parent.
But why this doesn't work in Internet Explorer and Opera...
Don't want to use javascript for this.
Is there any simple cross-browser solution?