content

CSS:


body {min-width:640px}
#header,#menu,#content,#sub-section,#footer {
overflow:hidden;
display:inline-block
}
/* safari and opera need this */
#header,#menu,#footer {width:100%}
/* safari and opera need this */
#menu {margin-top:-3px}
#content,#sub-section {float:left}
#content {width:80%}
#sub-section {width:19.9%}
#footer {clear:left}

HTML:


<div id="header"><h1>header</h1></div>
<div id="menu"><h1>menu</h1></div>
<div id="content"><h1>content</h1></div>
<div id="sub-section"><h1>sub-section</h1></div>
<div id="footer"><h1>footer</h1></div>

sub-section

Creative Commons License

This work is licensed under a
Creative Commons License.

Add content to this container