I have a table with content that is larger than its div container.
In IE, the parent containers expand to accommodate the table.
In Firefox, the div container only widens up to a certain size, and I can't seem to make it any wider.
I don't want to use CSS overflow to scroll or clip the content. I want to make the parent containers bigger if the table content is larger.
Below is a fiddle showing what I mean. You have to make your browser window fairly small to see the problem. With IE, the problem seems to show in the fiddle but not when I put the HTML in a file on my computer and open it up.
How can I solve this problem?
Thanks, Tedderz