Should be a piece of cake in 2012 :P
I'm looking to create two divs, placed side by side. The first div will display a table while the second div will contain a Google map.
The left div should adjust its width based on the size of the table it contains (making it a "fixed-width" column without any specific dimensions set by me). This way, as the browser window is resized, the table remains consistent in size. I'd rather not define the fixed width myself since the table could vary in size.
The right div should automatically fill up the remaining space on the page.
Has anyone figured out how to accomplish this? It's proving tricky to find the right solution through online searches, especially since most fixed/fluid layouts I've come across have set widths for the fixed column.