Re: typical default font sizes
On Tue, 4 Nov 2003, Bob Osola wrote:[color=blue][color=green][color=darkred]
>>> http://www.thenoodleincident.com/tut...phy/index.html[/color][/color][/color]
"Alan J. Flavell" <flavell@ph.gla .ac.uk> wrote in message[color=blue][color=green]
>> Aaargh, microfonts (on my MSIE). [1][/color][/color]
Peter Foti <peterf@systoli cnetworks.com> wrote:[color=blue]
> Alan, what do you mean "microfonts "?[/color]
That page's CSS uses
font-size : 76%;
for the BODY element, and then uses
font-size : 80%;
for P, OL, UL, LI, and other elements, for a net font size that's only 61%
of the user's normal font size.
And of course, LI elements appear inside OL or UL elements, so they're
rendered with a font that is 49% of the user's normal font size.
Unless the user has done something to thwart such foolishness, of course.
--
Darin McGrew, mcgrew@stanford alumni.org, http://www.rahul.net/mcgrew/
Web Design Group, darin@htmlhelp. com, http://www.HTMLHelp.com/
"42.7 percent of all statistics are made up on the spot." - Steven Wright
On Tue, 4 Nov 2003, Bob Osola wrote:[color=blue][color=green][color=darkred]
>>> http://www.thenoodleincident.com/tut...phy/index.html[/color][/color][/color]
"Alan J. Flavell" <flavell@ph.gla .ac.uk> wrote in message[color=blue][color=green]
>> Aaargh, microfonts (on my MSIE). [1][/color][/color]
Peter Foti <peterf@systoli cnetworks.com> wrote:[color=blue]
> Alan, what do you mean "microfonts "?[/color]
That page's CSS uses
font-size : 76%;
for the BODY element, and then uses
font-size : 80%;
for P, OL, UL, LI, and other elements, for a net font size that's only 61%
of the user's normal font size.
And of course, LI elements appear inside OL or UL elements, so they're
rendered with a font that is 49% of the user's normal font size.
Unless the user has done something to thwart such foolishness, of course.
--
Darin McGrew, mcgrew@stanford alumni.org, http://www.rahul.net/mcgrew/
Web Design Group, darin@htmlhelp. com, http://www.HTMLHelp.com/
"42.7 percent of all statistics are made up on the spot." - Steven Wright
Comment