<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Quick Tip #1 &#8211; Tame those ems</title>
	<atom:link href="http://scarfoo.com/archives/130/feed" rel="self" type="application/rss+xml" />
	<link>http://scarfoo.com/archives/130</link>
	<description>Comfy Web Development With Standards in Mind</description>
	<lastBuildDate>Thu, 03 Nov 2011 00:31:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Damjan Mozetič</title>
		<link>http://scarfoo.com/archives/130/comment-page-1#comment-588</link>
		<dc:creator>Damjan Mozetič</dc:creator>
		<pubDate>Wed, 21 Jan 2009 19:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://scarfoo.com/?p=130#comment-588</guid>
		<description>Well, I am pretty much aware that the web is not meant to be pixel perfect - just look at this site - that was just an expression. :) Still, you can&#039;t deny that it is much easier to translate the graphical concept to a web page if the units are similar. 
On your note about rounding em units, I don&#039;t think this proves to be a problem as you won&#039;t get that much of an error to be noticeable. Also I prefer not to use ems or percentages all around, some elements still need to be specified in pixels to do the job.

By the way, thanks for spotting the typo.</description>
		<content:encoded><![CDATA[<p>Well, I am pretty much aware that the web is not meant to be pixel perfect &#8211; just look at this site &#8211; that was just an expression. <img src='http://scarfoo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Still, you can&#8217;t deny that it is much easier to translate the graphical concept to a web page if the units are similar.<br />
On your note about rounding em units, I don&#8217;t think this proves to be a problem as you won&#8217;t get that much of an error to be noticeable. Also I prefer not to use ems or percentages all around, some elements still need to be specified in pixels to do the job.</p>
<p>By the way, thanks for spotting the typo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dušan Smolnikar</title>
		<link>http://scarfoo.com/archives/130/comment-page-1#comment-587</link>
		<dc:creator>Dušan Smolnikar</dc:creator>
		<pubDate>Wed, 21 Jan 2009 18:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://scarfoo.com/?p=130#comment-587</guid>
		<description>To be pixel perfect compared to your photoshop design is IMHO silly and pointless. The web is not meant to be pixel perfect. It&#039;s meant to look beautiful regardless of sizes. :)

Why I&#039;m bothered by the ems is, that browsers round the numbers differently. So if you&#039;re ems don&#039;t round up to a full pixel, you won&#039;t get the same font size across browsers. A pitty.

p.s.: a little typo, you wrote 63.5% in the text, but the number is correct in the code :)</description>
		<content:encoded><![CDATA[<p>To be pixel perfect compared to your photoshop design is IMHO silly and pointless. The web is not meant to be pixel perfect. It&#8217;s meant to look beautiful regardless of sizes. <img src='http://scarfoo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Why I&#8217;m bothered by the ems is, that browsers round the numbers differently. So if you&#8217;re ems don&#8217;t round up to a full pixel, you won&#8217;t get the same font size across browsers. A pitty.</p>
<p>p.s.: a little typo, you wrote 63.5% in the text, but the number is correct in the code <img src='http://scarfoo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damjan Mozetič</title>
		<link>http://scarfoo.com/archives/130/comment-page-1#comment-586</link>
		<dc:creator>Damjan Mozetič</dc:creator>
		<pubDate>Wed, 21 Jan 2009 12:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://scarfoo.com/?p=130#comment-586</guid>
		<description>That is a valid possibility, grosser. I became so used to include a reset style sheet at the top of my other styles that I prefer setting the font-size property to the body element only as other elements get reset anyway. Later, just as you do, I get to specify font sizes to other elements like titles, paragraphs, ... etc. 
It may be just me, but I don&#039;t trust the star selector... it makes me itch.</description>
		<content:encoded><![CDATA[<p>That is a valid possibility, grosser. I became so used to include a reset style sheet at the top of my other styles that I prefer setting the font-size property to the body element only as other elements get reset anyway. Later, just as you do, I get to specify font sizes to other elements like titles, paragraphs, &#8230; etc.<br />
It may be just me, but I don&#8217;t trust the star selector&#8230; it makes me itch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grosser</title>
		<link>http://scarfoo.com/archives/130/comment-page-1#comment-585</link>
		<dc:creator>grosser</dc:creator>
		<pubDate>Wed, 21 Jan 2009 11:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://scarfoo.com/?p=130#comment-585</guid>
		<description>* {
	font-size: 62.5%; /* 1em = 10px */
}

h1,h2,h3{font-size:150%;....}</description>
		<content:encoded><![CDATA[<p>* {<br />
	font-size: 62.5%; /* 1em = 10px */<br />
}</p>
<p>h1,h2,h3{font-size:150%;&#8230;.}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

