Does someone have a good reference for how browsers determine td width?
I have a table with 3 columns, td width set to auto, 150px, 200px, respectively. Looks pretty good in Firefox 3.5. In IE 8, columns 2 and 3 are huge, column 1 is much tinier than I'd like. I wouldn't mind the browser being a little smart (sometimes column 3 has little, sometimes more), but I don't want column 1 so small.
I've seen min-width and max-width. Some say IE doesn't understand them (maybe old versions?).
I've also seen a table-layout CSS property (we're using CSS), and maybe that's a way to go.
There is a morass of detail, and I'm looking for a good overall reference.