<?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: CSS: Getting Floating Content to be Wrapped Up Nicely</title>
	<atom:link href="http://joelnagy.com/blog/2009/06/css-getting-floating-content-to-be-wrapped-up-nicely/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelnagy.com/blog/2009/06/css-getting-floating-content-to-be-wrapped-up-nicely/</link>
	<description>web technology is a way of life</description>
	<pubDate>Wed, 08 Sep 2010 03:54:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joel Nagy</title>
		<link>http://joelnagy.com/blog/2009/06/css-getting-floating-content-to-be-wrapped-up-nicely/comment-page-1/#comment-167</link>
		<dc:creator>Joel Nagy</dc:creator>
		<pubDate>Sat, 18 Jul 2009 23:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://joelnagy.com/blog/?p=129#comment-167</guid>
		<description>Wordpress will parse out some HTML for security in comments.</description>
		<content:encoded><![CDATA[<p>Wordpress will parse out some HTML for security in comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sinan Ascioglu</title>
		<link>http://joelnagy.com/blog/2009/06/css-getting-floating-content-to-be-wrapped-up-nicely/comment-page-1/#comment-165</link>
		<dc:creator>Sinan Ascioglu</dc:creator>
		<pubDate>Fri, 17 Jul 2009 21:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://joelnagy.com/blog/?p=129#comment-165</guid>
		<description>I put a div element with class="clearDiv" after Contact, but it didn't show up in the comments.</description>
		<content:encoded><![CDATA[<p>I put a div element with class=&#8221;clearDiv&#8221; after Contact, but it didn&#8217;t show up in the comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sinan Ascioglu</title>
		<link>http://joelnagy.com/blog/2009/06/css-getting-floating-content-to-be-wrapped-up-nicely/comment-page-1/#comment-164</link>
		<dc:creator>Sinan Ascioglu</dc:creator>
		<pubDate>Fri, 17 Jul 2009 21:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://joelnagy.com/blog/?p=129#comment-164</guid>
		<description>hmm, I used to put a div after the last element;

	&lt;a href="/blog/" rel="nofollow"&gt;Home&lt;/a&gt;
	&lt;a href="/blog/contact/" rel="nofollow"&gt;Contact&lt;/a&gt;
        


with clearDiv in css:
.clearDiv {
	float:none; 
        clear:both;
}

And sure, your method looks more legit way of doing this. It works in IE6?</description>
		<content:encoded><![CDATA[<p>hmm, I used to put a div after the last element;</p>
<p>	<a href="/blog/" rel="nofollow">Home</a><br />
	<a href="/blog/contact/" rel="nofollow">Contact</a></p>
<p>with clearDiv in css:<br />
.clearDiv {<br />
	float:none;<br />
        clear:both;<br />
}</p>
<p>And sure, your method looks more legit way of doing this. It works in IE6?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
