[WSG] consistent fontresizing - the right way

2005-09-23 Thread Gunlaug Sørtun
The result from my sidestep in the 'Re: [WSG] Clearleft.com' thread is clear, thanks to some off-list input. It _is_ quite possible to inject a human bug surrounding font-size into CSS, and end up with pretty logical but strange results. No problems with IE/win this time though... I'm sure

Re: [WSG] consistent fontresizing - the right way

2005-09-23 Thread Ben Curtis
On Sep 23, 2005, at 4:17 AM, Gunlaug Sørtun wrote: html { font-size: 100%; /* IE hack */ } body { font-size: 0.75em; } ...does always result in consistent resizing. However, it does not prevent unnecessary breaking of some designs, *if* elements further in are sized _up_. The reason is