I’m developing a web site and I notice that there is a big difference in font size between IE and other browsers. This is an example of my page:

I design it to look like the first and the second image, but how it looks on IE breaks my design. How can I solve this?
Be sure you are using a CSS reset of some sort. All browsers have their quirks. By using a CSS reset, you normalize that a bit. Here is a good one:
http://meyerweb.com/eric/tools/css/reset/
Hope that helps.
Bob