tags:

views:

46

answers:

4

dont want to use css frameworks like 960 cause that will lock the width.

and using dreamweaver will just add a lot of noise css.

would be good if there was a good css layout reference website with the common layouts and describing how to code that with css manipulating divs, so you dont have to figure it out yourself by experiments.

eg.

 header, content, right sidebar, footer
 header, left sidebar, content, right sidebar, footer
 header, content, rightsidebar, another rightsidebar, footer

and so on.

havent been able to find such a resource, would be great if someone could recommend such pages. thanks.

+1  A: 

Something like Matthew James Taylor's Ultimate 3 column holy grail template? It should have everything you need.

jball
+2  A: 

A List Apart has several good articles about creating liquid multi-column layouts with CSS:

They have a bunch more. This is just what I found after a quick search.

Steve Wortham
+1 I'd recommend reading A List Apart in general.
slebetman
+1  A: 

My favorite is Glish.

Joel Etherton
+1  A: 

The moment you decide not to use a time-tested framework, you potentially create more problems than you solve. That being said, I would encourage one of the two 960 derivatives:

  1. fluid
  2. elastic
Jonathan Sampson
would you recommend blueprint or is 960 easier to use? if so, which one of the above derivates would you recommend?
weng
I've only used 960, and I've found it to be very easy, and very clean.
Jonathan Sampson
i've looked into their custom grid generator. and you can generate like 100 columns if you want to. so you are not limited to 24? a lot of persons say that you are limited to 16, then they say they got a 24 column version? but as i see it, you are not limited to any of those now with the custom generator? so why do they all talk about 16, 24 and so on.
weng