Here's the fiddle: http://jsfiddle.net/nobosh/WrP8C/
What I'm trying to do is build a fluid table layout like GMAIL's inbox.
Where the .wrapper class shows as much content as possible based on the size of the window, but hides the rest.
The problem with the jsfiddle, is the table is growing outside of the outer div, which is breaking the page.
How can the table be prevented from growing outside the outer div, and the .wrapper width be as big as possible without breaking the outer div?
Thanks