I've got 3 browsers on my Windows XP Pro: Firefox 3.5.2, Opera 10 and IE 7. All pages are displayed fine in FF. Opera and IE seem to have a very similar issue: Both upsize fonts even though zoom mode in both browsers is set to 100%.

I tend to believe that this might be a system-wide setting, somewhere. Does anyone know this problem?

link|improve this question
Upsize to what degree, and on what sites? It is possible to be a website problem if the font size is very similar. – Breakthrough Sep 3 '09 at 1:23
feedback

2 Answers

The problem with browser font-size is discussed in this article "Size Matters".

If you're coding web pages you can fix it by using percentage fonts (ie font-size:150%;) or absolute keywords (font-size: small;) in your style sheet and the hack described in the article.

link|improve this answer
feedback

Do Opera and IE maybe adhere to Windows' DPI setting, while Firefox does not? Not everything is displayed with 96 dpi ...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.