<?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: Self Clearing Floats in CSS</title>
	<atom:link href="http://jimneath.org/2008/11/15/self-clearing-floats-in-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimneath.org/2008/11/15/self-clearing-floats-in-css/</link>
	<description>Ruby on Rails, Javascript, CSS and Standards</description>
	<lastBuildDate>Tue, 31 Aug 2010 04:37:10 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Nunemaker</title>
		<link>http://jimneath.org/2008/11/15/self-clearing-floats-in-css/comment-page-1/#comment-829</link>
		<dc:creator>John Nunemaker</dc:creator>
		<pubDate>Wed, 17 Dec 2008 15:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=118#comment-829</guid>
		<description>Most people don&#039;t know that adding overflow:auto on the parent of a floated element will automatically make the parent contain the floated child. Also, you can float the parent (&lt;a href=&quot;http://orderedlist.com/articles/clearing-floats-the-fne-method&quot; rel=&quot;nofollow&quot;&gt;float nearly everything&lt;/a&gt;) and that will fix the issue.</description>
		<content:encoded><![CDATA[<p>Most people don&#8217;t know that adding overflow:auto on the parent of a floated element will automatically make the parent contain the floated child. Also, you can float the parent (<a href="http://orderedlist.com/articles/clearing-floats-the-fne-method" rel="nofollow">float nearly everything</a>) and that will fix the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksey Gureiev</title>
		<link>http://jimneath.org/2008/11/15/self-clearing-floats-in-css/comment-page-1/#comment-800</link>
		<dc:creator>Aleksey Gureiev</dc:creator>
		<pubDate>Thu, 27 Nov 2008 22:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=118#comment-800</guid>
		<description>I would say, just &quot;overflow: hidden&quot; works 99% of the time. :)

For IE6 you may want to specify the width of the container explicitly, but again, only if the overflow rule doesn&#039;t work, which is extremely rare.</description>
		<content:encoded><![CDATA[<p>I would say, just &#8220;overflow: hidden&#8221; works 99% of the time. :)</p>
<p>For IE6 you may want to specify the width of the container explicitly, but again, only if the overflow rule doesn&#8217;t work, which is extremely rare.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg</title>
		<link>http://jimneath.org/2008/11/15/self-clearing-floats-in-css/comment-page-1/#comment-775</link>
		<dc:creator>Oleg</dc:creator>
		<pubDate>Mon, 17 Nov 2008 15:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=118#comment-775</guid>
		<description>overflow: hidden
_height: 1%

works 99% of the time just as well.</description>
		<content:encoded><![CDATA[<p>overflow: hidden<br />
_height: 1%</p>
<p>works 99% of the time just as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://jimneath.org/2008/11/15/self-clearing-floats-in-css/comment-page-1/#comment-769</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Sun, 16 Nov 2008 11:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=118#comment-769</guid>
		<description>This is the &lt;a href=&quot;http://www.positioniseverything.net/easyclearing.html&quot; rel=&quot;nofollow&quot;&gt;clear-fix&lt;/a&gt; solution. However, for most uses it really is outdated, using overflow: auto; will do the trick most of the time.</description>
		<content:encoded><![CDATA[<p>This is the <a href="http://www.positioniseverything.net/easyclearing.html" rel="nofollow">clear-fix</a> solution. However, for most uses it really is outdated, using overflow: auto; will do the trick most of the time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
