> * IE has a problem resizing font sizes properly if the topmost size is
> set in ems, but has no trouble with percentages. Setting the body in %
> (or even the HTML element itself) will fix this problem. You can set
> your base size to 100%, and then safely use ems for anything below that;
Hi Patrick, just wanting to make sure I understand what you wrote:
Say, if I write something like this:
.body {font: 100%; }
#whatever p {1em; }
The font size in the #whatever p is controlled by .body?
tee
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************