Basically, I have a stretchy table, I want my label column to be fixed width and my data column to be dynamically sized. My inclination would be to set the max-width via CSS on my label column. However, this has the opposite effect. I've created a jsfiddle that replicates this. (Re-size the window to see the left column dynamically sized and the right column fixed size)
On my own site, I see the same behavior and it happens in IE and Chrome.
If I switch it, and set max-width on the data column, everything behaves as I want, but it feels backwards to me. Am I doing something wrong here?
<th>tag and simply set awidth– Anagio Nov 27 '12 at 23:39<th>tag on the table. – Nate Nov 27 '12 at 23:40