<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ReDsgn &#187; Calculating Ems</title>
	<atom:link href="http://www.redsgn.com/tag/calculating-ems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redsgn.com</link>
	<description>When small things come together great things happen.</description>
	<lastBuildDate>Tue, 10 Nov 2009 04:15:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Calculating ems</title>
		<link>http://www.redsgn.com/2008/11/15/calculating-ems/</link>
		<comments>http://www.redsgn.com/2008/11/15/calculating-ems/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 04:21:05 +0000</pubDate>
		<dc:creator>Paul Boutin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[Calculating Ems]]></category>
		<category><![CDATA[Ems]]></category>

		<guid isPermaLink="false">http://www.redsgn.com/?p=120</guid>
		<description><![CDATA[This isn&#8217;t the actual way ems are measured in typography, Most browsers assume 1 em is equal to the calculated font size. For example, if the base font was 11px, then 1em would be 11px, 2em = 22px, etc.
As an example, set a div font size to 10px (use a contrasting background color), zero out [...]]]></description>
			<content:encoded><![CDATA[<p>This isn&#8217;t the actual way ems are measured in typography, Most browsers assume 1 em is equal to the calculated font size. For example, if the base font was 11px, then 1em would be 11px, 2em = 22px, etc.</p>
<p>As an example, set a div font size to 10px (use a contrasting background color), zero out the border and padding, and then set the width to 100em. It should equal 1000px exactly.</p>
<p>The accurate method to convert a true typographic em is to use a capitol M&#8217;s width to calculate the em size. It&#8217;s the same method for calculating the en and ex units. Most browsers just treat en and ex as one-half em.</p>
<p>calculated: 1em == 2en == 2ex</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redsgn.com/2008/11/15/calculating-ems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
