Tutorials on CSS columns
- css columns
-
Positioniseverything.net - Source Ordered Columns
Using a small amount of 'extra float trickery' to give a three column layout, with the footer below the cols no matter which one is longest. Since the floated cols must precede the static column, the middle static column is always last in the source code.
-
Positioniseverything.net - Equal Height Columns - revisited
A method to make all columns appear to be the same height, but without the need for faux column style background images.
-
Communitymx.com - Create Columns with Floats
Create the look of columns using the float, width and margin properties.
-
Communitymx.com - CSS Column Design
The Practice of CSS Column Design: Boxes in Columns
-
Mezzoblue.com - Columns & Grids
Creating a grid to hang various elements on.
-
Alistapart.com - Multicolumn layouts
An elastic layout with two columns of equal height, each with a different background color.
-
Glish.com - 4 absolute liquid columns
Use as many columns on a page as you like. (although it gets difficult quickly & relies heavily on percentages, which the various browsers all calculate differently. Reduces markup for removing borders and using different background colors for your columns.
-
Openwebdesign.org - multi column template
A fluid layout which has all the CSS needed to create one, two, three or four column layouts.
- faux columns
-
Positioniseverything.net - Equal height columns
Re-visiting faux columns to offer a CSS cross-browser solution.
-
Meyerweb.com - Equal height columns
Creating liquid faux columns using the sliding doors and fixed faux columns techniques.
-
Communitymx.com - Liquid Faux Columns
Zoe Gillenwater's article on creating equal height columns in liquid layouts with coloured backgrounds - aka faux columns. The example includes two and three column layouts.
-
Ilovejackdaniels.com - Liquid Faux columns
Faux Columns for Liquid Layouts give a clearoverview on how to produce faux columkns with background images.
-
Fu2k.org - 3 column NN4
A Netscape Navigator 4 ready example of faux columns with background images.
-
Paulbellows.com - Balance Columns with JavaScript
Balance your CSS Columns with JavaScript.
-
Bonrouge.com - JScript Equal height columns
Javascript finds out which div is the longest and then sets the others to be the same length.
