CSS table HTML table fills space in parent element

I use tables inside tables. I want the child table to populate the cell of the parent table. Is it possible?

Also, is it possible for a table column to fill the remaining space without shrinking other columns (not like width='90%', which might cause some other columns to be truncated)?

+4
source share
1 answer

I think this may help you: http://jsfiddle.net/B26zm/

  • When you give a width:100%table, it fills the width of its parent cell.

  • , ", ". , / , .

+1

All Articles