On Thu, 9 Sep 2010, Keith Purtell wrote:

I've been working on making my css flexible with different
browsers/screen resolutions/devices. The best information I've found so
far has been the Patrick Griffiths article at A List Apart. In applying
the suggestion that I use ems as often as possible, I've found instances
where only pixels would give me control. Is there a general guideline
about best use of each?

   What are you using px for? It it's for font size, the control you
   get is illusory; you get it only when your viewer doesn't use a
   different font size.

   If it's for column widths, you may create narrow columns that look
   like thin trickles down the page.

   Use px for border widths and images, but little else.

--
   Chris F.A. Johnson, <http://cfajohnson.com>
   Author:
   Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress)
   Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to