logo
Published on Code2Design (http://www.code2design.com)

3-Colum Layouts

By David
Created Nov 15 2006 - 9:47pm

Now I know that you can make 3-Col layouts with divs at least 2 different ways.

left Middle right
----------------------
|---|----------|-----|
|...|..........|.....|
|...|..........|.....|
|...|..........|.....|
|...|..........|.....|
|...|..........|.....|
----------------------

Way 1:
Using Margins in your css:

left col---------------
float:left

middle col---------------
margin: 0 200px 0 200px

right---------------
float: right;

OR..................

Way 2:
floating the left col left, then sounding the left and middle cols in a div and floating it left and then floating the right div right.

What other ways can you make a three column layout with out using tables?

‹ The Best Web Fonts [0]

Source URL:
http://www.code2design.com/forums/3_colum_layouts