[thelist] XHTML and CSS

RUST Randal RRust at COVANSYS.com
Thu Sep 18 09:58:43 CDT 2003


Chris Marsh said:

> +-------------------------------------------------+
> | Header (site logo, banners etc.)                |
> +-------------------------------------------------+
> | Nav  | Body (content)                           |
> | Imgs |                                          |
> |      |                                          |
> |      |                                          |
> |      |                                          |
> |      |                                          |
> |      |                                          |
> |      |                                          |
> +-------------------------------------------------+
> | Footer (links, CR etc)                          |
> +-------------------------------------------------+

That's a pretty standard layout. Here is the structure that I use.

<div id="header"></div>

<div id="container">
	<div id="nav"></div>
	<div id="content"></div>
</div>

<div id="footer"></div>

----------
Randal Rust
Covansys Corp.
Columbus, OH


More information about the thelist mailing list