Hi,

So would is this the solution to the original problem:


<div style="font-size: 0.90em;">
    Some text
    <div style="font-size: 0.80em;">
        More text
    </div>
    Some text
</div>

or an aside?


C
On Aug 25, 2005, at 5:43 PM, Patrick H. Lauke wrote:

Geoff Deering wrote:


I'm just wondering how people handle the IE text resizing problem, where IE handles percentages much more accurately than em?


You can safely use ems as long as your "highest" font size is something else, like %.
For instance, as long as you have something like

html { font-size: 100%; }

you can do anything you like with ems after that, like

body { font-size: 0.9em; }
etc

--
Patrick H. Lauke
__________________________________________________________
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com
__________________________________________________________
Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
__________________________________________________________
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************


******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to