<?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: Using Inline-Block and Word-Spacing to Make Columns Easier</title>
	<atom:link href="http://cssquirrel.com/2009/03/23/using-inline-block-and-word-spacing-to-make-columns-easier/feed/" rel="self" type="application/rss+xml" />
	<link>http://cssquirrel.com/blog/2009/03/23/using-inline-block-and-word-spacing-to-make-columns-easier/</link>
	<description>opinions and news on web design</description>
	<lastBuildDate>Thu, 17 May 2012 05:41:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nicolas</title>
		<link>http://cssquirrel.com/blog/2009/03/23/using-inline-block-and-word-spacing-to-make-columns-easier/comment-page-1/#comment-31976</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Sun, 13 Jun 2010 15:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=194#comment-31976</guid>
		<description>@Senderista
&quot;font-size:0&quot;, that&#039;s simply genius. I was pondering about that white-space problem with inline-block for a while and didn&#039;t come up with a satisfying answer until I read your comment. Now seeing that solution, it is so simple, how couldn&#039;t I ever thought about it. I really have no problem with restoring the font-size to the child elements, it&#039;s simple as &quot;font-size:12px&quot; for example, as I usually work in pixels. One more trick to add in my CSS magician&#039;s pocket ! Thank you !</description>
		<content:encoded><![CDATA[<p>@Senderista<br />
&#8220;font-size:0&#8243;, that&#8217;s simply genius. I was pondering about that white-space problem with inline-block for a while and didn&#8217;t come up with a satisfying answer until I read your comment. Now seeing that solution, it is so simple, how couldn&#8217;t I ever thought about it. I really have no problem with restoring the font-size to the child elements, it&#8217;s simple as &#8220;font-size:12px&#8221; for example, as I usually work in pixels. One more trick to add in my CSS magician&#8217;s pocket ! Thank you !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: senderista</title>
		<link>http://cssquirrel.com/blog/2009/03/23/using-inline-block-and-word-spacing-to-make-columns-easier/comment-page-1/#comment-31359</link>
		<dc:creator>senderista</dc:creator>
		<pubDate>Fri, 15 Jan 2010 01:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=194#comment-31359</guid>
		<description>This does not work since you cannot know what the default word- or letter-spacing is. I tried rendering 3 blocks of fixed size in Safari and Chrome as inline-block list items, first with no whitespace between the tags, and then with your technique (I tried both word- and letter-spacing). The combined width of the blocks in the second case was several pixels less than in the first case. I think the only approaches which work are to either eliminate all whitespace between tags, or to declare &quot;font-size: 0&quot; (which is very difficult in practice since it requires you to know what the current font size is so you can restore it in the child).</description>
		<content:encoded><![CDATA[<p>This does not work since you cannot know what the default word- or letter-spacing is. I tried rendering 3 blocks of fixed size in Safari and Chrome as inline-block list items, first with no whitespace between the tags, and then with your technique (I tried both word- and letter-spacing). The combined width of the blocks in the second case was several pixels less than in the first case. I think the only approaches which work are to either eliminate all whitespace between tags, or to declare &#8220;font-size: 0&#8243; (which is very difficult in practice since it requires you to know what the current font size is so you can restore it in the child).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim</title>
		<link>http://cssquirrel.com/blog/2009/03/23/using-inline-block-and-word-spacing-to-make-columns-easier/comment-page-1/#comment-31189</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Thu, 03 Dec 2009 16:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=194#comment-31189</guid>
		<description>I got this to work in safari by using the same method but &#039;letter-spacing:-1em&#039; instead of word spacing.</description>
		<content:encoded><![CDATA[<p>I got this to work in safari by using the same method but &#8216;letter-spacing:-1em&#8217; instead of word spacing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Weems</title>
		<link>http://cssquirrel.com/blog/2009/03/23/using-inline-block-and-word-spacing-to-make-columns-easier/comment-page-1/#comment-28241</link>
		<dc:creator>Kyle Weems</dc:creator>
		<pubDate>Fri, 16 Oct 2009 18:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=194#comment-28241</guid>
		<description>@Alex - You&#039;re absolutely right. It doesn&#039;t work in those. I figured that out after this post, and address the issue here: http://www.cssquirrel.com/2009/04/09/word-spacing-and-inline-block-incompatibility-in-webkit-browsers/. In the comments a reader came up with a fairly good solution, so feel free to check that out.

Thanks for the compliment regarding the parallax!</description>
		<content:encoded><![CDATA[<p>@Alex &#8211; You&#8217;re absolutely right. It doesn&#8217;t work in those. I figured that out after this post, and address the issue here: <a href="http://www.cssquirrel.com/2009/04/09/word-spacing-and-inline-block-incompatibility-in-webkit-browsers/" rel="nofollow">http://www.cssquirrel.com/2009/04/09/word-spacing-and-inline-block-incompatibility-in-webkit-browsers/</a>. In the comments a reader came up with a fairly good solution, so feel free to check that out.</p>
<p>Thanks for the compliment regarding the parallax!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://cssquirrel.com/blog/2009/03/23/using-inline-block-and-word-spacing-to-make-columns-easier/comment-page-1/#comment-28240</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 16 Oct 2009 16:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=194#comment-28240</guid>
		<description>Stumbled on this page &#039;cuz a buddy linked it to show the cool dhtml parallax effect you did in your header.  Very nice!

Regarding the inline-block discussion though, your example page doesn&#039;t look quite right in Chrome and Safari 3 (for Windows).  The 3rd and 4th examples are retaining their 1 em word-spacing for some reason.  Just thought you should know.</description>
		<content:encoded><![CDATA[<p>Stumbled on this page &#8216;cuz a buddy linked it to show the cool dhtml parallax effect you did in your header.  Very nice!</p>
<p>Regarding the inline-block discussion though, your example page doesn&#8217;t look quite right in Chrome and Safari 3 (for Windows).  The 3rd and 4th examples are retaining their 1 em word-spacing for some reason.  Just thought you should know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

