|
Posted by Vaxius on 10/05/07 02:03
On Thu, 04 Oct 2007 20:46:09 -0400, Jonathan N. Little wrote:
> Vaxius wrote:
>> On Sep 29, 1:25 pm, "Jonathan N. Little" <lws4...@centralva.net> wrote:
>
>>> body { font-size: 100%; }
>>> .legalese { font-size: .75em; }
>>
>> There's no base font-size here: 100% of what?
>
> the BODY is the base of the displayed document, text outside of the BODY
> element is not presentational.
>
> body { font-size: 100%; }
>
> means 100% of the "user defined | browser default" font size, all other
> displayed elements are children of the BODY and are referenced off of
> its settings...
Nice, I didn't know you could do that.
Navigation:
[Reply to this message]
|