How can I have a table have the size of its content even if the parent is smaller?
Have a look at this sample: http://jsfiddle.net/GtVx8/3/
The first table is 150px wide while the second one is 200px. How can I make the first table be 200px with the following restrictions?
- The enclosing div must be 150px wide.
- The table should not set its own width.