Discuss the articles posted on Dev.Opera.
By CraigGrannell
Thursday, 7. August 2008, 11:56:42
Setting Web type to a baseline grid
Another article in Craig Grannell's fabulous series on design basics, in this article Craig gives us the lowdown on grid design basics - how to create a baseline grid in CSS, and how to position text on screen using it, with distances measured in both pixels and ems.
( Read the article )
By scipio
Saturday, 9. August 2008, 19:26:15

I always try to set up my CSS like you described. I sometimes run into problems when I think the amount of whitespace after (of before) a certain element should vary depending on the following (or preceding) element. The most important example for me is a
ul or
ol, which I sometimes consider part of the previous paragraph and therefore don't want to be separated from it. I noticed it's very easy to break baseline grids when you start creating this kind of exceptions in your CSS.

By korbinian
Tuesday, 24. March 2009, 21:56:17

it is easy to set up a baseline grid for block elements like headings and paragraphs, but it gets really messy with tables and forms. do you know any examples of anybody accomplished that?
By logiclab
Wednesday, 25. March 2009, 22:42:11
"By setting the page’s overall font-size value to 62.5% in the body rule, text can be sized in ems using a value a tenth of the target pixel size."I understand 1em equates to 10px, 2.4em equates to 24px but what is the reason for setting the body font to 62.5%?
logiclab "well most of the time"
By chrismills
Monday, 6. April 2009, 23:23:23

Originally posted by logiclab:
I understand 1em equates to 10px, 2.4em equates to 24px but what is the reason for setting the body font to 62.5%?
Rich Rutter explains the thinking behind this pretty well on his blog -
http://www.clagnut.com/blog/348/