This jsfiddle example is what i got right now, the principle works on a simpler table i need to display but i need to change it a bit for another page. Section 1 will always have the same size, section 2 is of variable size and section 3 should fill the space that’s left by section 2. This all works fine and dandy but I have to add another section, let’s call it 4, that’s of fixed size but always stays at the bottom of the bigger table, right after 3. The height of the big table must always stay the same. The line breaks are there to show what happens when the different tables change size.
I can’t use divs or any fancy CSS because of a plug-in that’s parsing it but if you got a fancy solution i can maybe make it work. Thanks for your time.
Also, can’t use javascript to resize stuff dynamically unfortunately.
Sounds like a job for tbody and tfoot tags along with CSS to control the sizing.