|
Using CSS and Layers for
Page Layout
Most people are still laying out their webpages the hard
way using tables, but with today’s new browsers you
can lay out pages with Layers and CSS instead.
Imagine a site, layed out with tables, that has a logo
in the top left corner. If you wanted to move it over to
the right that would be a lot of work on every page. But
with Layers and CSS all you do is change one CSS style and
the whole site is instantly updated. With only one file
to upload!
So you see that Layers and CSS open up a whole new world
of webpage layout that is much easier to update, as well
as using less code, which makes faster downloading webpages.
|