Sandra Clark wrote:
> Body{
> Font-face: Whatever;
> Font-size: 100%;
> }
>
> Usually defaults to the user's default font size of 16 px. Then you adjust
> it up or down with ems. 1em = 100%, .9em = 90%.
>
> IE doesn't allow for adjustable font sizes if you style with pixels. So you
> have to go this route.
So there is no effective way, thanks to IE, to set all browsers to use
something other then the default of the browsers to something a bit more
normal like 12px.