I have a tableA with height 100%. tableA contains some data occuping 66px height. after this data, another table(B) is placed.
My question is, how can i set the height of tableB so that it will exactly fit into tableA.
Note:
I dont want to give % values for 66px data. Bcs they are like constant. And table(B) has more data, so it will have scrollbar. I gave 100% for this table(B) too. Im getting scrollbar in tableA. This is my issue.I should not get a scrollbar in tableA.
Please some one help here.


