Just read the 3 column fluid layout by Russ ( thanks Russ awesome stuff)


I have a question.

In the example Russ gives there is a "container" div that holds everything together
<div#container>
<div #header></div>
<div #leftnav></div>
<div #rightnav></div>
<div #content></div>
<div #footer></div>
</div>



what would happen if you did not use such a container?


Such as
<div #header></div>
<div #rightnav></div>
<div #leftnav></div>
<div #content></div>

<div #footer></div>
*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************




Reply via email to