Re: font sizes in ems

I wrote:
> 
> A demonstration of poor reading comprehension at:
> 
>    http://www.hpaa.com/css1/emsnpercent.html
> 
> Does IE4b2 get it right?
> 

IT'S A BUG! But it has a workaround. This one works:

    http://www.hpaa.com/css1/emsnpercent1.html


The problem? I didn't explicitly close the Paragraph elements in the
first example, expecting Navigator, as it apparently has in the past,
to implicitly close a paragraph when another <P> is encountered.
Appending </P> to all the paragraphs cured the inheritance problem.

David Perrell

Received on Thursday, 17 July 1997 19:27:55 UTC