> (insert hate about CSS taking the whole "no tables" things too seriously > and refusing to have grid layout as an option, just to turn it up to 11)Actually it does, it's just not supported in IE so nobody bothers with it. That or people think it's just there for styling existing tables.http://www.w3.org/TR/REC-CSS2/tables.htmlNo, no, I don't mean "CSS doesn't support tables". CSS has a lot of really cool stuff for making tables look good, and it's great, and I use it all over the place. The problem is that back when CSS was being developed people were abusingtables for layout in inappropriate ways, and CSS doesn't seem to have a wayto specify grid layout in the CSS file... instead people come up with the most insane workarounds to do simple stuff like three-column layout andthen pat themselves on the back so hard they need a chiropractor on retainer when they figure out how to keep it from messing up more than occasionallyin either IE or Gecko-based browsers.IE, instead of having 30 lines of obscure layout code, you should be able tosay something like: ... page { layout: grid rows 1 columns 3; columns: "left", "center", "right"; } ... page left { width: max 30%; } ... page center { width: min 300px max 70%; } ... page right { width: min 100px max 10%; }I mean, CSS Zen garden is a tour de force, but it's like they're building aboat in a bottle using a remote manipulator that only accepts commands in haiku.
On Wed, 12 Jul 2006 14:50:34 -0400, Peter da Silva <[email protected]>
wrote:
- Re: Start -> Shut Down -> Log Out Phil Pennock
- Re: Start -> Shut Down -> Log Out Hakim Cassimally
- Re: Start -> Shut Down -> Log Out Yoz Grahame
- Re: Start -> Shut Down -> Log Out demerphq
- Re: Start -> Shut Down -> Log Out Yoz Grahame
- Re: Start -> Shut Down -> Log Out Aaron Crane
- Re: Start -> Shut Down -> Log Out Peter da Silva
- Re: Start -> Shut Down -> Log Out Peter da Silva
- Re: Start -> Shut Down -> Log Out Foofy
- Re: Start -> Shut Down -> Log Out Peter da Silva
- Re: Start -> Shut Down -> Log Out Foofy
- Re: Start -> Shut Down -> Log Out Foofy
- Re: Start -> Shut Down -> Log Out Peter da Silva
- Re:Start -> Shut Down -> Log Out Aaron Crane
- Re: Start -> Shut Down -> Log Out A. Pagaltzis
- Re: Start -> Shut Down -> Log Out Phil Pennock
- Re: Start -> Shut Down -> Log Out Peter da Silva
- Re: Start -> Shut Down -> Log Out Foofy
- Re: Start -> Shut Down -> Log Out Peter da Silva
- Re: Start -> Shut Down -> Log Out Sean Conner
- Re: Start -> Shut Down -> Log Out Peter da Silva
