There's a new book from Khoi Vinh, just read it and liked it a lot. Also it's the first book on applying grid based design on web sites instead of print:
I know it's popular to be a contrarian, but for us non web designers who occasionally need to do page layout, the 960 Grid generator at http://grids.heroku.com/ is great. It doesn't suffer from the the cons that the author mentions - mainly bloat and overreach.
> I also threw a “last” class on the last column to help us clear the margin.
FYI, excluding IE6, :first-child pseudo-class is universally supported. That would be a cleaner way to handle this rather than manually adding a class to the markup.
7 comments
[ 4.4 ms ] story [ 29.6 ms ] threadhttp://www.slideshare.net/riomusi/grids-are-good-2593754
http://www.subtraction.com/2010/11/05/i-wrote-a-book
http://www.1kbgrid.com/
http://www.1kbgrid.com/css/grid.css - 960px example
http://stackoverflow.com/questions/4308989/are-the-decimal-p...
http://ejohn.org/blog/sub-pixel-problems-in-css/
FYI, excluding IE6, :first-child pseudo-class is universally supported. That would be a cleaner way to handle this rather than manually adding a class to the markup.