Quote:
Originally Posted by FlexxAeon
i used to be all about tables. i still use them when it is necessary for a few of the reasons stated above. i think if you're a designer, and are doing some wild layouts that really attempt to defy browser positioning, tables are the way to go.
|
I agree with the rest of your statement so I cut it out, but this first part.... I think if you're truly trying to defy browser positioning, you need CSS.
With CSS you can overlap elements and put images in places that you never could with tables.
To put it another way, you can recreate any table design using CSS.
But you can not recreate any CSS design using tables.