I want to know what is em and how much is it to pixels. I also read somewhere about some ie bug and to overcome that set body font-size to something but couldnt follow much can somebody explain that in detail.
feedback
|
|
Despite what you may read elsewhere, there is no direct relationship between em and px. As one of the links states:
So it's going to be different for every font. A narrow font might have the same height (in px) as an extended font, but the em size will be different. | |||||||||||
feedback
|
|
The M-principle that an em is based on the letter M and is dependent on font is an often stated myth!! W3c em documentation very succinctly describes exactly how ems and pixels relate. Using the letter M to compute font-sizes is at the very least overly complicated and unnecessary.
Here are the salient points.
Warning
| ||||
|
feedback
|
|
| |||
|
feedback
|
|
It's calculated off of whatever your body font size is. You can use a pixel to em converter to find out exactly what it is on your site. | |||
|
feedback
|
|
em is almost the same as percentage, I suggest to read http://kyleschaeffer.com/best-practices/css-font-size-em-vs-px-vs-pt-vs/ | |||
|
feedback
|
|
this link can help you http://jontangerine.com/log/2007/09/the-incredible-em-and-elastic-layouts-with-css As quoted from that article:
| ||||
|
feedback
|