[color=royalblue]The actual divs can be positioned in any order you want. If you want your content to load first, add that div first in the body of your html, for example:
<div id="content">content g
[color=royalblue]The actual divs can be positioned in any order you want. If you want your content to load first, add that div first in the body of your html, for example:
<div id="content">content goes here</div>
<div id="menu">navigation goes here</div>
In the above example, the content would load first, and then the menu.
Basic Two Column Layout with Left Menu:
[img]http://www.lissaexplains.com/twocolumn.gif[/img]
<">Basic two column layout with right menu:
[img]http://www.lissaexplains.com/twocolumnright.gif[/img]
<">Basic two column layout with header:
[img]http://www.lissaexplains.com/twocolumnhead.gif[/img]
<">Basic three column layout:
[img]http://www.lissaexplains.com/threecolumn.gif[/img]
<">Basic three column layout with header:
[img]http://www.lissaexplains.com/threecolumnhead.gif[/img]
<">CREDiTS TO:
LiSSA EXPLAiNS iT ALL[/color]