Forum Moderators: not2easy
I just got Firefox, I'm using it alongside IE6 for programming/testing.
Well, when I have the font size in Firefox to Normal the fonts are freaking huge. I like to keep my IE setting at Smaller.
So what is a good choice for the font-size in my CSS? I think 9pt looks nice (I use Arial) but if people have bad eyes and want to make them larger the browser setting doesn't do anything in IE.
IE doesn't make them smaller/larger if you use pixel sizes also.
So what am I supposed to do? If I don't set the size at all they are really big and look kinda stupid.
Any ideas?
Take care,
Cyrus
The css-discuss list has a wiki page that has some information on this topic. The page can be found here: [css-discuss.incutio.com ]
Note that I said to set your initial size to 100%. That is just to establish a baseline. You can then tweak your body, menu, footer, etc., sizes using either ems or %s, which will be proprtional to the baseline.