Adrian Yee wrote: > http://devrandom.com/test/tablefun.html > > If you view the example in IE, you'll notice that even though > the first rows use the same styles (with widths set on rows > bar and baz), the 2nd and 5th table are incorrectly rendered.
I don't know why this happens, but adding the property "table-layout: fixed" to your tables, the results seem what you expect. I think that 'width' on table cells is always interpreted rather liberally (at least in some browsers), so if you change the contents of your cells you may still have varying results... hth, Bruno ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
