Quote:
so how many people today design in LAYERS vs tables? |
Well "layers" is a Dreamweaver term and a bit of a misnomer.
What Dreamweavercalls "Layers" are actually <div>'s which are absolutely
positioned (see your code) i.e. fixed at a given coordinate on the page. You
can also relatively position <div>'s. This is all part of the CSS method of
layout.
The real debate these days is whether to layout your page with tables or
exclusively with CSS or even a mixture of both and the jury's still out
while the battle rages.
In the red corner we have the tried and tested tables which have been around
for years and feel like a pair of comfortable old shoes once you understand
how they work. In the blue corner, we have the lean, mean,
new-kid-on-the-block, CSS, which has its own frustrations and learning curve
(and its own advantages of course). You can also combine the two which is
yet another story.
are you guys
Quote:
telling me it's a good idea now to STAY IN LAYERS??? |
If you have DW "layers" and the page works, there's no compelling reason to
change.
Got a URL?
--
Regards
John Waller