November 23, 2008 - 12:26pm — Xano
<div id="main">
<div id="sidebar">
SIDEBAR
</div>
<div id="content">
CONTENT
</div>
<div id="footer">
FOOTER
</div>
</div>
#main {
width: 800px;
}
#sidebar {
float: left;
width: 250px;
}
#content {
float: right;
width: 550px;
}
#footer {
clear: both;
}
Comments
Post new comment