N a v i g a t i o n
Equal Columns Height script
A method, using JavaScript, to set the height attribute of all the columns in a layout to the height of the tallest column.
Find out more .........
Set Max and Min Width for Fluid Layouts

A method, using CSS, to restrict the maximum and minimum width of a fluid layout and to center that layout in the middle of the page.
more .........

Tableless, CSS Based Page Layouts
Layout Categories
The layouts above are available in 3 different formats
  1. Fixed - where all columns are set to a fixed width.
  2. Liquid - where the layout spans the entire page width wise, with one or more columns expanding and contracting as the page is resized.
  3. CSS Frames - where select columns or rows mimic frames by remaining static even when the page is scrolled.