<?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 CSS Tip: Sizing Text</title>
	<atom:link href="http://yesterdayishere.com/now/log/quick-css-tip-sizing-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://yesterdayishere.com/now/log/quick-css-tip-sizing-text/</link>
	<description>Rich &#38; Creamy Hypermedia</description>
	<lastBuildDate>Tue, 08 Nov 2011 12:40:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Mile Jerkovic</title>
		<link>http://yesterdayishere.com/now/log/quick-css-tip-sizing-text/#comment-4160</link>
		<dc:creator>Mile Jerkovic</dc:creator>
		<pubDate>Tue, 22 Aug 2006 17:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://yesterdayishere.com/wordpress/?p=94#comment-4160</guid>
		<description>Yes, well, damn IE  :)</description>
		<content:encoded><![CDATA[<p>Yes, well, damn IE  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bojan</title>
		<link>http://yesterdayishere.com/now/log/quick-css-tip-sizing-text/#comment-4157</link>
		<dc:creator>Bojan</dc:creator>
		<pubDate>Tue, 22 Aug 2006 13:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://yesterdayishere.com/wordpress/?p=94#comment-4157</guid>
		<description>I don&#039;t think there is a better solution right now. Until IE supports resizing text set in pixels.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think there is a better solution right now. Until IE supports resizing text set in pixels.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mile Jerkovic</title>
		<link>http://yesterdayishere.com/now/log/quick-css-tip-sizing-text/#comment-4155</link>
		<dc:creator>Mile Jerkovic</dc:creator>
		<pubDate>Tue, 22 Aug 2006 11:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://yesterdayishere.com/wordpress/?p=94#comment-4155</guid>
		<description>I have only this material for reference (besides W3C.org):
http://css-discuss.incutio.com/?page=FontSize
http://www.alistapart.com/articles/relafont

A bit older articles, but they cover most of what can be done to improve text size display in all browsers. I agree that relative sizes (em, %) are better, but I&#039;m also looking for a better solution without being forced to swich styles with JS.</description>
		<content:encoded><![CDATA[<p>I have only this material for reference (besides W3C.org):<br />
<a href="http://css-discuss.incutio.com/?page=FontSize" rel="nofollow">http://css-discuss.incutio.com/?page=FontSize</a><br />
<a href="http://www.alistapart.com/articles/relafont" rel="nofollow">http://www.alistapart.com/articles/relafont</a></p>
<p>A bit older articles, but they cover most of what can be done to improve text size display in all browsers. I agree that relative sizes (em, %) are better, but I&#8217;m also looking for a better solution without being forced to swich styles with JS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bojan</title>
		<link>http://yesterdayishere.com/now/log/quick-css-tip-sizing-text/#comment-4153</link>
		<dc:creator>Bojan</dc:creator>
		<pubDate>Tue, 22 Aug 2006 08:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://yesterdayishere.com/wordpress/?p=94#comment-4153</guid>
		<description>Thnx Mile :)

There are problems with every single method, AFAIK. I use ems because it is quite consistent, while the method you use perhaps isn&#039;t. I haven&#039;t tested it myself, but have read a lot on this subject and decided to go with ems because it seemed the best choice. 

Have you got any articles explaining the method you use, in detail?</description>
		<content:encoded><![CDATA[<p>Thnx Mile :)</p>
<p>There are problems with every single method, AFAIK. I use ems because it is quite consistent, while the method you use perhaps isn&#8217;t. I haven&#8217;t tested it myself, but have read a lot on this subject and decided to go with ems because it seemed the best choice. </p>
<p>Have you got any articles explaining the method you use, in detail?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mile Jerkovic</title>
		<link>http://yesterdayishere.com/now/log/quick-css-tip-sizing-text/#comment-4150</link>
		<dc:creator>Mile Jerkovic</dc:creator>
		<pubDate>Mon, 21 Aug 2006 23:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://yesterdayishere.com/wordpress/?p=94#comment-4150</guid>
		<description>Hi Bojan, very nice blog.  :)

There&#039;s a tiny problem with setting body text in percentage - users who have their text size increased by default to bigger values will get smaller text then they expect (eg. if they prefer medium size of 16px, it&#039;ll render as a 10px text).

One technique I use is - set your body text in px (eg 12px) and then you have to define child elements such as content or columns DIV in textual values (eg x-small, small, medium,..)
See http://www.w3schools.com/css/css_font.asp for reference.

Tell me what do you think about it?</description>
		<content:encoded><![CDATA[<p>Hi Bojan, very nice blog.  :)</p>
<p>There&#8217;s a tiny problem with setting body text in percentage &#8211; users who have their text size increased by default to bigger values will get smaller text then they expect (eg. if they prefer medium size of 16px, it&#8217;ll render as a 10px text).</p>
<p>One technique I use is &#8211; set your body text in px (eg 12px) and then you have to define child elements such as content or columns DIV in textual values (eg x-small, small, medium,..)<br />
See <a href="http://www.w3schools.com/css/css_font.asp" rel="nofollow">http://www.w3schools.com/css/css_font.asp</a> for reference.</p>
<p>Tell me what do you think about it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bojan</title>
		<link>http://yesterdayishere.com/now/log/quick-css-tip-sizing-text/#comment-310</link>
		<dc:creator>Bojan</dc:creator>
		<pubDate>Tue, 22 Nov 2005 10:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://yesterdayishere.com/wordpress/?p=94#comment-310</guid>
		<description>Changing from px to em is really a piece of cake and you&#039;ll do it in just a few minutes, Jason. IE users will then be able to decrease/increase text as well as those using a proper browser :). I&#039;m guessing a lot of your readers use IE, so defining ems for text isn&#039;t insignificant.

Perhaps I&#039;ll write in the near future about using ems, going liquid and stuff like that. I just might call it &quot;An 8 Step Program for Pixel Addicts&quot; :)</description>
		<content:encoded><![CDATA[<p>Changing from px to em is really a piece of cake and you&#8217;ll do it in just a few minutes, Jason. IE users will then be able to decrease/increase text as well as those using a proper browser :). I&#8217;m guessing a lot of your readers use IE, so defining ems for text isn&#8217;t insignificant.</p>
<p>Perhaps I&#8217;ll write in the near future about using ems, going liquid and stuff like that. I just might call it &#8220;An 8 Step Program for Pixel Addicts&#8221; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Beaird</title>
		<link>http://yesterdayishere.com/now/log/quick-css-tip-sizing-text/#comment-309</link>
		<dc:creator>Jason Beaird</dc:creator>
		<pubDate>Tue, 22 Nov 2005 03:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://yesterdayishere.com/wordpress/?p=94#comment-309</guid>
		<description>I&#039;m a px junkie.  I use px for every measurement.  When opportunities for ems arrive, I just can&#039;t get myself to use &#039;em.  Is there a rehab or 8 step program for people like me? :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m a px junkie.  I use px for every measurement.  When opportunities for ems arrive, I just can&#8217;t get myself to use &#8216;em.  Is there a rehab or 8 step program for people like me? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beth</title>
		<link>http://yesterdayishere.com/now/log/quick-css-tip-sizing-text/#comment-308</link>
		<dc:creator>beth</dc:creator>
		<pubDate>Mon, 21 Nov 2005 16:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://yesterdayishere.com/wordpress/?p=94#comment-308</guid>
		<description>I&#039;ve been having some difficulties with the text on my site, this will be really helpful, thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been having some difficulties with the text on my site, this will be really helpful, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

