I have noticed in some areas that browsers like Safari renders font-size differently than IE and Firefox. So i thought converting every value with px to em would be good since it should be perfect cross browsers.
But my layout is totally wrong now, either the em converter tool is broken or something is a miss here. My layout is created for example like this:
If i write px instead of em then it shows fine, but if i use em it shows totally wrong. Text size is way smaller and the layout is a mess. Is it the converter tool that is wrong or am i missing something here ?
Does not work. I have that in my body and said that in a div that font-size: 0.75em; which SHOULD equal 12px. But the text size gets extremely small. So its not 12px, gets about 4-5px or something.