<?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: The difference between px, pt, % and em</title>
	<atom:link href="http://www.design2core.com/myblog/css/the-difference-between-px-pt-and-em./feed/" rel="self" type="application/rss+xml" />
	<link>http://www.design2core.com/myblog/css/the-difference-between-px-pt-and-em./</link>
	<description>A further discussion about web</description>
	<lastBuildDate>Thu, 02 Feb 2012 02:47:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: jposwal</title>
		<link>http://www.design2core.com/myblog/css/the-difference-between-px-pt-and-em./comment-page-1/#comment-285</link>
		<dc:creator>jposwal</dc:creator>
		<pubDate>Fri, 21 Oct 2011 16:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.design2core.com/myblog/?p=296#comment-285</guid>
		<description>there are lots of thinks for browser compatibility. check my blog properly i &#039;ll post more about this.</description>
		<content:encoded><![CDATA[<p>there are lots of thinks for browser compatibility. check my blog properly i &#8216;ll post more about this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajkumar</title>
		<link>http://www.design2core.com/myblog/css/the-difference-between-px-pt-and-em./comment-page-1/#comment-257</link>
		<dc:creator>Rajkumar</dc:creator>
		<pubDate>Thu, 20 Jan 2011 14:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.design2core.com/myblog/?p=296#comment-257</guid>
		<description>Hi Joginder,

I need some help from you. i need some tips on cross browser compatibility testing.What rules should follow in css property, a page can run on different browser.</description>
		<content:encoded><![CDATA[<p>Hi Joginder,</p>
<p>I need some help from you. i need some tips on cross browser compatibility testing.What rules should follow in css property, a page can run on different browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hari Durgam</title>
		<link>http://www.design2core.com/myblog/css/the-difference-between-px-pt-and-em./comment-page-1/#comment-88</link>
		<dc:creator>Hari Durgam</dc:creator>
		<pubDate>Wed, 19 May 2010 12:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.design2core.com/myblog/?p=296#comment-88</guid>
		<description>Thanks....it&#039;s useful for me</description>
		<content:encoded><![CDATA[<p>Thanks&#8230;.it&#8217;s useful for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jposwal</title>
		<link>http://www.design2core.com/myblog/css/the-difference-between-px-pt-and-em./comment-page-1/#comment-87</link>
		<dc:creator>jposwal</dc:creator>
		<pubDate>Wed, 19 May 2010 11:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.design2core.com/myblog/?p=296#comment-87</guid>
		<description>hey hari this is not a small concept it can become a another post lol :) 
ok
its all depends on your requirement 
now days Ems are becoming popular in web documents. lots of designer and developer using it. because


Em -- is a unit based on value of font-size. If you set all of the fonts for within the body of your page to be 12px than 1em is equal to 12px. em based designs became in fashion as people starting thinking about the best way to handle font resizing using the browser. In an em design, the whole design is zoom with the font-size. 

PX -- Px is a unit used for screen media. It&#039;s an absolute measure. One pixel is equal to one dot on the computer screen. 

Percent: The percent unit is much like the &quot;em&quot; unit, save for a few fundamental differences. First and foremost, the current font-size is equal to 100% (i.e. 13pt = 100%).While using the percent unit, your text remains fully scalable for mobile devices. 

Points (pt): Points are traditionally used in print media. One point is equal to 1/72 of an inch.Points are fixed-size units and cannot scale in size.</description>
		<content:encoded><![CDATA[<p>hey hari this is not a small concept it can become a another post lol <img src='http://www.design2core.com/myblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
ok<br />
its all depends on your requirement<br />
now days Ems are becoming popular in web documents. lots of designer and developer using it. because</p>
<p>Em &#8212; is a unit based on value of font-size. If you set all of the fonts for within the body of your page to be 12px than 1em is equal to 12px. em based designs became in fashion as people starting thinking about the best way to handle font resizing using the browser. In an em design, the whole design is zoom with the font-size. </p>
<p>PX &#8212; Px is a unit used for screen media. It&#8217;s an absolute measure. One pixel is equal to one dot on the computer screen. </p>
<p>Percent: The percent unit is much like the &#8220;em&#8221; unit, save for a few fundamental differences. First and foremost, the current font-size is equal to 100% (i.e. 13pt = 100%).While using the percent unit, your text remains fully scalable for mobile devices. </p>
<p>Points (pt): Points are traditionally used in print media. One point is equal to 1/72 of an inch.Points are fixed-size units and cannot scale in size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hari Durgam</title>
		<link>http://www.design2core.com/myblog/css/the-difference-between-px-pt-and-em./comment-page-1/#comment-84</link>
		<dc:creator>Hari Durgam</dc:creator>
		<pubDate>Wed, 19 May 2010 07:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.design2core.com/myblog/?p=296#comment-84</guid>
		<description>Thanks for the Above info, But which one ( px, pt, em...%)  is better for Webdesigning? Reason? Please reply to me.......</description>
		<content:encoded><![CDATA[<p>Thanks for the Above info, But which one ( px, pt, em&#8230;%)  is better for Webdesigning? Reason? Please reply to me&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hari Durgam</title>
		<link>http://www.design2core.com/myblog/css/the-difference-between-px-pt-and-em./comment-page-1/#comment-83</link>
		<dc:creator>Hari Durgam</dc:creator>
		<pubDate>Wed, 19 May 2010 07:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.design2core.com/myblog/?p=296#comment-83</guid>
		<description>I mean which one is Better format for Webdesigning?</description>
		<content:encoded><![CDATA[<p>I mean which one is Better format for Webdesigning?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hari</title>
		<link>http://www.design2core.com/myblog/css/the-difference-between-px-pt-and-em./comment-page-1/#comment-82</link>
		<dc:creator>Hari</dc:creator>
		<pubDate>Wed, 19 May 2010 06:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.design2core.com/myblog/?p=296#comment-82</guid>
		<description>Thanks for the Info about this But actually which one (px, pt, em....%) we use for Webdesigning? Reason? Please reply to me ....</description>
		<content:encoded><![CDATA[<p>Thanks for the Info about this But actually which one (px, pt, em&#8230;.%) we use for Webdesigning? Reason? Please reply to me &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jposwal</title>
		<link>http://www.design2core.com/myblog/css/the-difference-between-px-pt-and-em./comment-page-1/#comment-61</link>
		<dc:creator>jposwal</dc:creator>
		<pubDate>Tue, 02 Feb 2010 05:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.design2core.com/myblog/?p=296#comment-61</guid>
		<description>Thanks Ashwani.  you&#039;ll get a lot of information on this blog very soon....</description>
		<content:encoded><![CDATA[<p>Thanks Ashwani.  you&#8217;ll get a lot of information on this blog very soon&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashwani Sharma</title>
		<link>http://www.design2core.com/myblog/css/the-difference-between-px-pt-and-em./comment-page-1/#comment-60</link>
		<dc:creator>Ashwani Sharma</dc:creator>
		<pubDate>Mon, 01 Feb 2010 13:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.design2core.com/myblog/?p=296#comment-60</guid>
		<description>Thanks a lot Joginder. I was looking for this information from a very long time but unable to find. This is really very useful information to all designers. Thanks for sharing this wonderful inromation.

Ashwani Sharma.</description>
		<content:encoded><![CDATA[<p>Thanks a lot Joginder. I was looking for this information from a very long time but unable to find. This is really very useful information to all designers. Thanks for sharing this wonderful inromation.</p>
<p>Ashwani Sharma.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jposwal</title>
		<link>http://www.design2core.com/myblog/css/the-difference-between-px-pt-and-em./comment-page-1/#comment-54</link>
		<dc:creator>jposwal</dc:creator>
		<pubDate>Thu, 12 Nov 2009 04:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.design2core.com/myblog/?p=296#comment-54</guid>
		<description>thanks lalit</description>
		<content:encoded><![CDATA[<p>thanks lalit</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
