Menu

Downloads

Links



CSS Layouts



Many webpages are created simply by using DIV's. Here are some basic sets to get you started. From there, all you need to do is add all the little details.


Basic - Left Menu
This one is just a basic 2 div layout with the menu on the left, like the image below.



And here's the code for it.




Basic - Right Menu
This one is just a basic 2 div layout with the menu on the right, like the image below.



And here's the code for it.




Three Columns
This layout has a main content area with a smaller div on each side, like the image below.



And here's the code for it.




Basic With Header
And this is a basic 3 div layout with the menu on the left and a header on top, like the image below.



And here's the code for it.




Three Columns With Header
And this is a 3 vertical column layout with the menu on the left and a header on top, like the image below.



And here's the code for it.