I am trying to float columns using css so they stack up evenly like on this blog: http://typeneu.com
It seems to be impossible using css so I am looking in to javascript.
The website listed above uses this javascript file: http://typeneu.com/wp-content/themes/grid-a-licious/scripts/grid-a-licious.js
I have tried to implement it to experiment but it doesn't seem to be working...
any links to tutorials on this subject or suggestions for getting it to work with javascript or css?
Edit: I would like the number of columns to be flexible with the screen resolution.
thanks!