|
Posted by K A Nuttall on 11/14/06 13:19
Steve Pugh wrote:
>> I recommend setting BODY to font-size:medium*,
>
> Which is the default.
So it is, silly me.
>> then your page wrapper DIV to font-size: 62.5%.
>
> What if you don't have a page wrapper div because you don't need
> one?
Virtually all my pages use them, so it suits me. YMMV.
> So we've set the basic font size to less than two thirds of the
> user's chosen default. Not a good start.
None of the child containers will actually use that size. It's just to
make relative font-size calculations easier.
>> Setting blocks using line-heights in percent or ems
>> allows for fonts to expand without overlapping.
>
> No. Don't set line-height in a unit at all, use bare numbers. If
> you set it in ems then it will be inherited at that size and won't
> respect any font-size changes in child elements.
You lost me there. That sounds like a useful thing to know, if only I
understood. Can you expand on that please?
--
K A Nuttall
www.yammer.co.uk
Re-type the e-mail address how it sounds, remove .invalid
[Back to original message]
|