[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] OT: Can MS IE Really Be This Broken?
- Subject: [ale] OT: Can MS IE Really Be This Broken?
- From: attriel at d20boards.net (attriel)
- Date: Mon Sep 20 15:32:57 2004
- In-reply-to: <[email protected]>
- References: <1095698059.6753.20.camel@6-allhosts><20040920184703.26192.qmail@web51 409.mail.yahoo.com> <[email protected]>
> I didn't look at the original email, so apologies if this isn't relevant
> (but in most cases it tends to be): tables should not be used to
> control layout! CSS is more than up to the job, and is the right tool
> for the job. Table-based layouts are a pain in the neck and are a nasty
> hack. And any time I hear talk of nested tables etc., I can only sigh..
I used to feel the same way, but then I tried to define a layout with 3
columns at the top, followed by a few full-width areas.
There is no way to do this in CSS (AFAICT) that allow all areas to be
dynamically sized based on the quantity of the content. The closest I
could come had the 3 top parts stairstepping down the page, so it was like
they were vertically stacked, but without being vertically stacked.
I fell back to tables until such time as I can figure out how to do that
layout without absolute positioning (which appears to be how most CSS
layouts are done :( )
--attriel