Re: [WSG] 'em' versus '%'

2005-09-25 Thread wybe
Hi Nick [quote]The big advantage of em over % for font size is you can use em to control width of other sections of the web site like line length and container divs.[/quote] Oke, i get that. Use em's to determine the width of a div and the div will resize if the user sets his font size to

Re: [WSG] 'em' versus '%'

2005-09-25 Thread wybe
But i'm not suggesting to use pixel sizing as an alternative for using em's. I'm suggesting to use percentages instead of em's. Actually i'm asking: what is the difference between using percentages or em's? (when it comes to font-size). Some of you have been trying to answer that question for

Re: [WSG] 'em' versus '%'

2005-09-25 Thread Patrick H. Lauke
wybe wrote: what is the difference between using percentages or em's? (when it comes to font-size). None. All other things being equal, 1em = 100%, 0.75em = 75%, 0.5em = 50% and so on. IE has a problem if the topmost size you define is ems, but beyond that it's all exactly the same. As

Re: [WSG] 'em' versus '%'

2005-09-25 Thread Wybe Weysters
I get that! thnx -- http://www.sceneone.nl Patrick H. Lauke wrote: wybe wrote: what is the difference between using percentages or em's? (when it comes to font-size). None. All other things being equal, 1em = 100%, 0.75em = 75%, 0.5em = 50% and so on. IE has a problem if the

Re: [WSG] 'em' versus '%'

2005-09-25 Thread Felix Miata
ncowie wrote: An em is equal to the width of an uppercase M in that font face and That would be a print media em. For the web, we have a standard definition: http://www.w3.org/TR/CSS21/syndata.html#em-width point size, except on the web it is 16 pixels or the if the font size has been

RE: [WSG] 'em' versus '%'

2005-09-25 Thread John Foliot - WATS.ca
Felix Miata wrote: No, it's not 16px. It's whatever size the user's browser default is set to. In most modern browsers, it just happens to start at 16px in most cases, but that is partly by accident, and is subject to user adjustment in multiple ways. The W3C has specified 16px/96ppi as

RE: [WSG] 'em' versus '%'

2005-09-25 Thread Nick Cowie
Wybe wrote: Actually i'm asking: what is the difference between using percentages or em's? (when it comes to font-size). No difference for just font-size. The advantage comes in using ems for both font-size and layout dimensions. Your layout can be proportional to your font size. Read

[WSG] 'em' versus '%'

2005-09-24 Thread wybe
Hi I was wondering about the use of em's to determin your font size. What is the difference between using em's or percentages? Percentages work fine for me but W3C seem to be very enthousiastic about using em's. And another thing i can't figure out is this: what is the size of 1em? Is it the

RE: [WSG] 'em' versus '%'

2005-09-24 Thread Taco Fleur - Pacific Fox
2005 8:02 AM To: wsg@webstandardsgroup.org Subject: [WSG] 'em' versus '%' Hi I was wondering about the use of em's to determin your font size. What is the difference between using em's or percentages? Percentages work fine for me but W3C seem to be very enthousiastic about using

Re: [WSG] 'em' versus '%'

2005-09-24 Thread Felix Miata
wybe wrote: I was wondering about the use of em's to determin your font size. What is the difference between using em's or percentages? If http://css-discuss.incutio.com/?page=UsingEms and http://css-discuss.incutio.com/?page=UsingPercentages aren't good enough explanations, let's change them

Re: [WSG] 'em' versus '%'

2005-09-24 Thread Zach Inglis
2005 8:02 AM To: wsg@webstandardsgroup.org Subject: [WSG] 'em' versus '%' Hi I was wondering about the use of em's to determin your font size. What is the difference between using em's or percentages? Percentages work fine for me but W3C seem to be very enthousiastic about using em's. And another

Re: [WSG] 'em' versus '%'

2005-09-24 Thread Zach Inglis
Disregard my last statement, I got the wrong end of the stick ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list getting help

Re: [WSG] 'em' versus '%'

2005-09-24 Thread ncowie
The big advantage of em over % for font size is you can use em to control width of other sections of the web site like line length and container divs. An em is equal to the width of an uppercase M in that font face and point size, except on the web it is 16 pixels or the if the font size