Quote:
Originally Posted by Young
So a header and 2 columns?
|
Dude.. I posted the exact code.. a container div to set the width and 2 floating divs inside of it.
eg:
Code:
<div class="container">
<div class="content"> <!-- content column floats left -->
</div>
<div class="nav"> <!-- navigation column floats right -->
</div>
</div> <!-- end of container -->