I'm trying to convert all of my site's margin values to em in place of pixels, but I'm having a hard time trying to figure out what 'em' actually is. I thought it was a set distance based on the users browser settings (default font-size), but a standard 1em is different when applied to h1 or ul for example. Any help?
feedback
|
|
An See the results of this markup on jsfiddle:
| |||||||||
feedback
|
|
"1em is equal to the current font size. 2em means 2 times the size of the current font. E.g., if an element is displayed with a font of 12 pt, then '2em' is 24 pt. The 'em' is a very useful unit in CSS, since it can adapt automatically to the font that the reader uses" | |||||
feedback
|
|
Stackoverflow relevant EPIC answer here: Is sizing fonts using "em" still relevant? The http://jontangerine.com/log/2007/09/the-incredible-em-and-elastic-layouts-with-css | |||
|
feedback
|