<?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"
	>
<channel>
	<title>Comments on: Top reasons your CSS columns are messed up</title>
	<atom:link href="http://warpspire.com/tipsresources/web-production/css-column-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://warpspire.com/tipsresources/web-production/css-column-tricks/</link>
	<description>my god, it's full of stars</description>
	<pubDate>Tue, 18 Nov 2008 15:04:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Upmedia.dk &#124; weblog for Uffe Petersen » 50+ Articles to Make You a Better Web Designer</title>
		<link>http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-173425</link>
		<dc:creator>Upmedia.dk &#124; weblog for Uffe Petersen » 50+ Articles to Make You a Better Web Designer</dc:creator>
		<pubDate>Mon, 10 Nov 2008 11:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-173425</guid>
		<description>&lt;p&gt;[...] Top Reasons Your CSS Columns Are Messed Up - Warpspire [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Top Reasons Your CSS Columns Are Messed Up - Warpspire [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-171094</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Tue, 04 Nov 2008 23:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-171094</guid>
		<description>&lt;p&gt;&lt;strong&gt;City Pics:&lt;/strong&gt;  I actually articulated that exact exception in the article (content wider than expected). If you believe pixel-width layouts are not reliable, then you need to reconsider your viewpoint. In short: you're wrong.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>City Pics:</strong>  I actually articulated that exact exception in the article (content wider than expected). If you believe pixel-width layouts are not reliable, then you need to reconsider your viewpoint. In short: you&#8217;re wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: City pictures</title>
		<link>http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-171081</link>
		<dc:creator>City pictures</dc:creator>
		<pubDate>Tue, 04 Nov 2008 22:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-171081</guid>
		<description>&lt;p&gt;I changed:
* html .columns {height: 1%;}&lt;/p&gt;

&lt;p&gt;to:
.columns { *height: 1%; }&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I changed:<br />
* html .columns {height: 1%;}</p>
<p>to:<br />
.columns { *height: 1%; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Endüstri mühendisi</title>
		<link>http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-171078</link>
		<dc:creator>Endüstri mühendisi</dc:creator>
		<pubDate>Tue, 04 Nov 2008 22:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-171078</guid>
		<description>&lt;p&gt;.sidebar{
  float:left;
  margin-left:20px;
  display:inline
}&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>.sidebar{<br />
  float:left;<br />
  margin-left:20px;<br />
  display:inline<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: City pics</title>
		<link>http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-171075</link>
		<dc:creator>City pics</dc:creator>
		<pubDate>Tue, 04 Nov 2008 22:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-171075</guid>
		<description>&lt;p&gt;Fixed-width (and pixel-dimensioned) columns are NOT reliable. When the content is wider than expected, overflows occur and the page becomes unreadable. And on the web, you DON’T KNOW the content width; you don’t know the visitor font settings, you don’t known what will be edited in the columns, you don’t known in what (verbose) languages it will be translated&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Fixed-width (and pixel-dimensioned) columns are NOT reliable. When the content is wider than expected, overflows occur and the page becomes unreadable. And on the web, you DON’T KNOW the content width; you don’t know the visitor font settings, you don’t known what will be edited in the columns, you don’t known in what (verbose) languages it will be translated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: online Sinema izle</title>
		<link>http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-171074</link>
		<dc:creator>online Sinema izle</dc:creator>
		<pubDate>Tue, 04 Nov 2008 22:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-171074</guid>
		<description>&lt;p&gt;I’m probably still in the habit of using IE5 CSS. I gotta stop wasting time on that.
You’ve articulated everything very nicely to explain how and why. Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I’m probably still in the habit of using IE5 CSS. I gotta stop wasting time on that.<br />
You’ve articulated everything very nicely to explain how and why. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jun Blog &#187; Using CSS to Fix Anything: 20+ Common Bugs and Fixes</title>
		<link>http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-170320</link>
		<dc:creator>Jun Blog &#187; Using CSS to Fix Anything: 20+ Common Bugs and Fixes</dc:creator>
		<pubDate>Sun, 02 Nov 2008 06:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-170320</guid>
		<description>&lt;p&gt;[...] Top reasons your CSS columns are messed up - An easy-to understand article on how to fix common CSS Column issues with helpful diagrams and [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Top reasons your CSS columns are messed up - An easy-to understand article on how to fix common CSS Column issues with helpful diagrams and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hack</title>
		<link>http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-170196</link>
		<dc:creator>Hack</dc:creator>
		<pubDate>Sat, 01 Nov 2008 20:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-170196</guid>
		<description>&lt;p&gt;nice, i bookmark this and refer next time i get problem!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>nice, i bookmark this and refer next time i get problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EliteNick.com &#187; Blog Archive &#187; 20 Useful Web Design Articles, Generators and Tutorials</title>
		<link>http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-163471</link>
		<dc:creator>EliteNick.com &#187; Blog Archive &#187; 20 Useful Web Design Articles, Generators and Tutorials</dc:creator>
		<pubDate>Mon, 20 Oct 2008 16:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-163471</guid>
		<description>&lt;p&gt;[...] WarpSpire.com - Top reasons your CSS columns are messed up [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] WarpSpire.com - Top reasons your CSS columns are messed up [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Online Money Cheats</title>
		<link>http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-162586</link>
		<dc:creator>Online Money Cheats</dc:creator>
		<pubDate>Sat, 18 Oct 2008 13:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/tipsresources/web-production/css-column-tricks/#comment-162586</guid>
		<description>&lt;p&gt;Awesome article man. I always had troubles likes that.&lt;/p&gt;

&lt;p&gt;Keep up the good work.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Awesome article man. I always had troubles likes that.</p>
<p>Keep up the good work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.799 seconds -->
