On 04/10/2010 19:42, Walter Bright wrote:
Stewart Gordon wrote:
The layout breaks in anything but the default text zoom.
The annoying thing about this is everyone says "don't use tables for
layout, use CSS." Except that using CSS for layout DOESN'T WORK
RELIABLY. With tables, I can get 3 columns that are actually 3 columns,
not 3 columns that are a side effect of bugs in CSS.
Indeed, here are just a few things I hate to bits about CSS:
- no overflow: grow
- overflow: grow isn't the default
- width and height mean the width and height excluding the padding
http://goingspare.wordpress.com/2007/04/06/css-padding-and-width/
Stewart.