Re: [WSG] ems versus pixels

2010-07-22 Thread tee
On Jul 21, 2010, at 7:43 AM, David Hucklesby wrote: With all due respect, I suggest you are attempting to control the uncontrollable far too finely. 0.9em is either one or two pixels smaller than default, depending on the rounding applied by the browser. In other words, you are already

Re: [WSG] ems versus pixels

2010-07-22 Thread David Hucklesby
On 7/22/10 7:13 AM, tee wrote: On Jul 21, 2010, at 7:43 AM, David Hucklesby wrote: With all due respect, I suggest you are attempting to control the uncontrollable far too finely. 0.9em is either one or two pixels smaller than default, depending on the rounding applied by the browser. In

Re: [WSG] ems versus pixels

2010-07-21 Thread David Hucklesby
On 7/20/10 9:58 PM, tee wrote: On Jul 20, 2010, at 7:10 PM, Mathew Robertson wrote: On 21 July 2010 11:52, tee weblis...@gmail.com mailto:weblis...@gmail.com wrote: EM can fail miserably in below senario for IEs for p, li and span tags due to inheritance making them very tiny and unable to

Re: [WSG] ems versus pixels

2010-07-21 Thread Jason Arnold
On Tue, Jul 20, 2010 at 11:58 PM, tee weblis...@gmail.com wrote: On Jul 20, 2010, at 7:10 PM, Mathew Robertson wrote: On 21 July 2010 11:52, tee weblis...@gmail.com wrote: EM can fail miserably in below senario for IEs for p, li and span tags due to inheritance making them very tiny and

Re: [WSG] ems versus pixels

2010-07-21 Thread AGerasimchuk
Information Technology agerasimc...@unioncentral.com (513) 595 -2391 David Hucklesby huckle...@gmail.com Sent by: li...@webstandardsgroup.org 07/21/2010 10:52 AM Please respond to wsg@webstandardsgroup.org To wsg@webstandardsgroup.org cc Subject Re: [WSG] ems versus pixels On 7/20/10 9:58

Re: [WSG] ems versus pixels

2010-07-21 Thread Felix Miata
On 2010/07/21 11:47 (GMT-0400) agerasimc...@unioncentral.com composed: I agree - I usually set just the body font for something like 95%, and then the container font for 1em Is that a good solution? Almost. 95% on body is telling users they've screwed up choosing their browsers' default

Re: [WSG] ems versus pixels

2010-07-20 Thread Edward Lynn
Modern browsers now implement page zoom, and so using ems for me is becoming unnecessary. I get much better x-browser control with px's and so that is the direction im moving in Ed On Tue, Jul 20, 2010 at 2:53 PM, agerasimc...@unioncentral.com wrote: Hi, I've been converting some of our

Re: [WSG] ems versus pixels

2010-07-20 Thread Phil Archer
I must offer a contrary view to Edward! Any page that requires a user with normal vision to have to zoom on any device is, in my view, a sign of a really badly designed page on a really smart device. Pixels can be regarded as a proportional measure since pixel density varies between

Re: [WSG] ems versus pixels

2010-07-20 Thread Edward Lynn
I actually think this is a really interesting, key area of current web development, how about we add some links to resources putting either argument forward? On Tue, Jul 20, 2010 at 3:30 PM, Phil Archer ph...@w3.org wrote: I must offer a contrary view to Edward! Any page that requires a user

Re: [WSG] ems versus pixels

2010-07-20 Thread Jason Arnold
On Tue, Jul 20, 2010 at 9:59 AM, David Laakso da...@chelseacreekstudio.com wrote: Points is the way to go nowadays :-) . Best, ~d I think picas is the way to go ;) here are some resources on the use of Ems vs Pixels http://css-discuss.incutio.com/wiki/Using_Font_Size which links to these

RE: [WSG] ems versus pixels

2010-07-20 Thread Foskett, Mike
://websemantics.co.uk/ -Original Message- From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Phil Archer Sent: 20 July 2010 15:31 To: wsg@webstandardsgroup.org Subject: Re: [WSG] ems versus pixels I must offer a contrary view to Edward! Any page

Re: [WSG] ems versus pixels

2010-07-20 Thread David Laakso
Foskett, Mike wrote: Has anyone on the list considered using keywords? Mike Foskett Has anyone conceived of a layout for the page using percent, em, /and/ pixel width, with the fonts specified in percent [ or em ] :-) ? Best, ~d -- http://chelseacreekstudio.com/

RE: [WSG] ems versus pixels

2010-07-20 Thread michael.brockington
The basic plan that I follow is to use % for structural items, which generally need to be proportional to other structural items, and ultimately the viewport itself. Then, pixels purely for borders and images, And EMs only for text. Margins and padding can be either pixels, EMs or % depending

Re: [WSG] ems versus pixels

2010-07-20 Thread Felix Miata
On 2010/07/20 09:53 (GMT-0400) agerasimc...@unioncentral.com composed: I've been converting some of our company public-facing static web-sites from pixels to ems for layout and font-size. But just recently I encountered several references that pixels are getting back into popularity - as it

RE: [WSG] ems versus pixels

2010-07-20 Thread AGerasimchuk
agerasimc...@unioncentral.com (513) 595 -2391 michael.brocking...@bt.com Sent by: li...@webstandardsgroup.org 07/20/2010 11:34 AM Please respond to wsg@webstandardsgroup.org To wsg@webstandardsgroup.org cc Subject RE: [WSG] ems versus pixels The basic plan that I follow is to use

Re: [WSG] ems versus pixels

2010-07-20 Thread David Hucklesby
On 7/20/10 8:25 AM, David Laakso wrote: Foskett, Mike wrote: Has anyone on the list considered using keywords? Mike Foskett Has anyone conceived of a layout for the page using percent, em, /and/ pixel width, with the fonts specified in percent [ or em ] :-) ? Best, ~d Eric seems to have

Re: [WSG] ems versus pixels

2010-07-20 Thread David Laakso
David Hucklesby wrote: On 7/20/10 8:25 AM, David Laakso wrote: Foskett, Mike wrote: Has anyone on the list considered using keywords? Mike Foskett Has anyone conceived of a layout for the page using percent, em, /and/ pixel width, with the fonts specified in percent [ or em ] :-) ? Best,

Re: [WSG] ems versus pixels

2010-07-20 Thread tee
EM can fail miserably in below senario for IEs for p, li and span tags due to inheritance making them very tiny and unable to get consistence font size for one block of content in different browsers not just the IE. body {font-size: 100.1%} p, li {font-size: 0.95em} span {font-size: 0.9em}

Re: [WSG] ems versus pixels

2010-07-20 Thread Scott Elcomb
On Tue, Jul 20, 2010 at 9:52 PM, tee weblis...@gmail.com wrote: snip I used to use EM only for font size, something I learned from this list. It was time when you are new, you have no your opinion and know nothing about exception that some fine ivory tower idea cannot withstand real world

Re: [WSG] ems versus pixels

2010-07-20 Thread Mathew Robertson
On 21 July 2010 11:52, tee weblis...@gmail.com wrote: EM can fail miserably in below senario for IEs for p, li and span tags due to inheritance making them very tiny and unable to get consistence font size for one block of content in different browsers not just the IE. body {font-size:

Re: [WSG] ems versus pixels

2010-07-20 Thread Josh Godsiff
Yup. Check out http://nican.com.au/ On 21/7/2010 1:25 AM, David Laakso wrote: Foskett, Mike wrote: Has anyone on the list considered using keywords? Mike Foskett Has anyone conceived of a layout for the page using percent, em, /and/ pixel width, with the fonts specified in

Re: [WSG] ems versus pixels

2010-07-20 Thread tee
On Jul 20, 2010, at 7:10 PM, Mathew Robertson wrote: On 21 July 2010 11:52, tee weblis...@gmail.com wrote: EM can fail miserably in below senario for IEs for p, li and span tags due to inheritance making them very tiny and unable to get consistence font size for one block of content in