Linked by Thom Holwerda on Sun 5th Oct 2008 15:57 UTC
Windows There is one thing that really pushes my buttons, one thing that is sure to send me off on a rant on life, the universe, and everything. I have a 21" widescreen 1680x1050 display - which might not be large to some of the real geeks in here, but to me, it's pretty huge. With so much screen real estate, why oh why do my friends all still insist on maximising every window they come across when they sit down behind my computer? This - and more - is the subject of the latest post on Microsoft's Engineering 7 weblog.
Permalink for comment 332493
To read all comments associated with this story, please click here.
RE[5]: Comment by sbergman27
by google_ninja on Sun 5th Oct 2008 20:52 UTC in reply to "RE[4]: Comment by sbergman27"
google_ninja
Member since:
2006-02-05

What is supposed to happen when you put a 'font-size: 81%" for body and then proceed to use a lot of 'font-size: 0.8em' for individual elements in the body? Are you supposed to end up with 0.8 * 12pt = 9.6pt or 0.81 * 0.8 * 12pt = 7.8pt?


CSS gets overridden the lower you get. So if you have a style on the body and a style on an element, then element level will override the body level. If you are interest in this sort of stuff, I highly suggest firebug on FF, best web dev tool out there for CSS/JS.

And I thought this was obvious enough not to have to mention... but to the people who aren't getting 7 pt, what is your base font set to, and what is your minimum font size set to?


Default config of FF3 on Vista is 16pt Times New Roman.

Like I said before though, if you are going for a fixed size, you should be using px, exactly for this reason. If you are going for a relative size, 81% is just silly, because you are deliberately saying "Make this smaller then what the user set as an ideal font size."


I'm not at all sure that this can be blamed on FreeType.


I'm not saying it is all freetypes fault. I have just noticed that reading MSDN stuff in particular on a default linux install is pretty much illegible, which is why I mentioned it.

Reply Parent Bookmark Score: 2