Text size is different in IE and Firefox
问题 Why is a text slightly bigger (wider) in IE than in Firefox? Example (on the top is how IE renders the text, bottom is FF): Image The text declared in CSS as Arial 16px. I know that there is a anti-aliasing in IE but it should not make the font bigger IMO. Is it the case here? It breaks my design, can I do anything about it other than decreasing the font size? Thanks! 回答1: If you absolutely must have a pixel-perfect design in all browsers (not recommending it; just use images for those parts)