<?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: Saying Goodbye to the overflow: hidden Clearing Hack</title>
	<atom:link href="http://fordinteractive.com/2009/12/goodbye-overflow-clearing-hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://fordinteractive.com/2009/12/goodbye-overflow-clearing-hack/</link>
	<description>thoughts on web design and front-end development</description>
	<lastBuildDate>Fri, 27 Apr 2012 23:32:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Feria de artesanos</title>
		<link>http://fordinteractive.com/2009/12/goodbye-overflow-clearing-hack/#comment-1891</link>
		<dc:creator>Feria de artesanos</dc:creator>
		<pubDate>Wed, 25 Apr 2012 17:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=319#comment-1891</guid>
		<description>I’m not a purist by any means but the zoom property does not validate using the CSS validating service from the W3C. Is this something to consider or shall we just blow it off and use</description>
		<content:encoded><![CDATA[<p>I’m not a purist by any means but the zoom property does not validate using the CSS validating service from the W3C. Is this something to consider or shall we just blow it off and use</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norbert</title>
		<link>http://fordinteractive.com/2009/12/goodbye-overflow-clearing-hack/#comment-1881</link>
		<dc:creator>Norbert</dc:creator>
		<pubDate>Sun, 12 Feb 2012 09:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=319#comment-1881</guid>
		<description>This is actually great. I’m sure I gonna use this for future projects.
Respect.</description>
		<content:encoded><![CDATA[<p>This is actually great. I’m sure I gonna use this for future projects.<br />
Respect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Esmalte</title>
		<link>http://fordinteractive.com/2009/12/goodbye-overflow-clearing-hack/#comment-1846</link>
		<dc:creator>Esmalte</dc:creator>
		<pubDate>Wed, 27 Jul 2011 00:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=319#comment-1846</guid>
		<description>I have an addiction, where I have to read a feed if there is new article on it</description>
		<content:encoded><![CDATA[<p>I have an addiction, where I have to read a feed if there is new article on it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Ford</title>
		<link>http://fordinteractive.com/2009/12/goodbye-overflow-clearing-hack/#comment-1714</link>
		<dc:creator>Andy Ford</dc:creator>
		<pubDate>Tue, 18 Jan 2011 15:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=319#comment-1714</guid>
		<description>@Phillip - Yes, it is something to consider. I&#039;ve considered it and I don&#039;t see any issue with having a few rules that don&#039;t validate in my stylesheet. However it is good to validate your CSS as a means to discover other problems such as missing curly braces or typos in property names.

But a few &#039;zoom:1&#039; rules aren&#039;t going to have a catastrophic effect like an unclosed tag might in your HTML. In other words I do think we should strive for valid HTML but I think we can be selective about what does and does not validate in our CSS.

And if you really want to keep your CSS valid, you can always use conditional comments in your HTML to serve IE-specific stylesheets to IE.</description>
		<content:encoded><![CDATA[<p>@Phillip &#8211; Yes, it is something to consider. I&#8217;ve considered it and I don&#8217;t see any issue with having a few rules that don&#8217;t validate in my stylesheet. However it is good to validate your CSS as a means to discover other problems such as missing curly braces or typos in property names.</p>
<p>But a few &#8216;zoom:1&#8242; rules aren&#8217;t going to have a catastrophic effect like an unclosed tag might in your HTML. In other words I do think we should strive for valid HTML but I think we can be selective about what does and does not validate in our CSS.</p>
<p>And if you really want to keep your CSS valid, you can always use conditional comments in your HTML to serve IE-specific stylesheets to IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip</title>
		<link>http://fordinteractive.com/2009/12/goodbye-overflow-clearing-hack/#comment-1711</link>
		<dc:creator>Phillip</dc:creator>
		<pubDate>Mon, 17 Jan 2011 22:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=319#comment-1711</guid>
		<description>I&#039;m not a purist by any means but the zoom property does not validate using the CSS validating service from the W3C. Is this something to consider or shall we just blow it off and use it anyway?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a purist by any means but the zoom property does not validate using the CSS validating service from the W3C. Is this something to consider or shall we just blow it off and use it anyway?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catherine Azzarello</title>
		<link>http://fordinteractive.com/2009/12/goodbye-overflow-clearing-hack/#comment-1594</link>
		<dc:creator>Catherine Azzarello</dc:creator>
		<pubDate>Wed, 01 Sep 2010 18:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=319#comment-1594</guid>
		<description>Thank you! I&#039;m in the middle of coding a site using Paul Irish&#039;s HTML5 Boilerplate. I forgot about clearfix and began using overflow:hidden. It totally messed up my box-shadows.

Then I tried clearfix and all is right! Going to put a big sticky note on my monitor to NOT use overflow:hidden anymore.</description>
		<content:encoded><![CDATA[<p>Thank you! I&#8217;m in the middle of coding a site using Paul Irish&#8217;s HTML5 Boilerplate. I forgot about clearfix and began using overflow:hidden. It totally messed up my box-shadows.</p>
<p>Then I tried clearfix and all is right! Going to put a big sticky note on my monitor to NOT use overflow:hidden anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Ford</title>
		<link>http://fordinteractive.com/2009/12/goodbye-overflow-clearing-hack/#comment-1591</link>
		<dc:creator>Andy Ford</dc:creator>
		<pubDate>Wed, 28 Jul 2010 00:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=319#comment-1591</guid>
		<description>@Chris - Thanks for chiming in. I&#039;ve recently converted to Sass/SCSS and this will be a big help.

My new problem is CSSEdit is virtually useless now. I wish there were a TextMate bundle with the exact same code completion as CSSEdit. I&#039;m not all that crazy about the zen css tab triggers.</description>
		<content:encoded><![CDATA[<p>@Chris &#8211; Thanks for chiming in. I&#8217;ve recently converted to Sass/SCSS and this will be a big help.</p>
<p>My new problem is CSSEdit is virtually useless now. I wish there were a TextMate bundle with the exact same code completion as CSSEdit. I&#8217;m not all that crazy about the zen css tab triggers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Eppstein</title>
		<link>http://fordinteractive.com/2009/12/goodbye-overflow-clearing-hack/#comment-1590</link>
		<dc:creator>Chris Eppstein</dc:creator>
		<pubDate>Wed, 28 Jul 2010 00:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=319#comment-1590</guid>
		<description>If you want to keep your markup semantic like Dan suggests, I recommend using sass to preprocess your stylesheets for you. Here&#039;s a code example that shows how to achieve the same result with much cleaner styles.

http://gist.github.com/493085</description>
		<content:encoded><![CDATA[<p>If you want to keep your markup semantic like Dan suggests, I recommend using sass to preprocess your stylesheets for you. Here&#8217;s a code example that shows how to achieve the same result with much cleaner styles.</p>
<p><a href="http://gist.github.com/493085" rel="nofollow">http://gist.github.com/493085</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eednew</title>
		<link>http://fordinteractive.com/2009/12/goodbye-overflow-clearing-hack/#comment-1574</link>
		<dc:creator>eednew</dc:creator>
		<pubDate>Mon, 10 May 2010 17:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=319#comment-1574</guid>
		<description>I too have been searching for the best clearing floats solution and have trimmed down a fix to what seems (to me anyway) to be the simplest and the most non-destructive. I like the idea of using something more semantic like &quot;group&quot; for a class name  instead of &quot;clearfix&quot; and use mix of the single class name and  the &quot;big long list&quot;. 

.className :after {
	content: &quot; &quot;; 
	display: block; 
	height: 0; 
	clear: both; 
}
.className {display: inline-block;}
.className {display: block;}</description>
		<content:encoded><![CDATA[<p>I too have been searching for the best clearing floats solution and have trimmed down a fix to what seems (to me anyway) to be the simplest and the most non-destructive. I like the idea of using something more semantic like &#8220;group&#8221; for a class name  instead of &#8220;clearfix&#8221; and use mix of the single class name and  the &#8220;big long list&#8221;. </p>
<p>.className :after {<br />
	content: &#8221; &#8220;;<br />
	display: block;<br />
	height: 0;<br />
	clear: both;<br />
}<br />
.className {display: inline-block;}<br />
.className {display: block;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blowfish</title>
		<link>http://fordinteractive.com/2009/12/goodbye-overflow-clearing-hack/#comment-1573</link>
		<dc:creator>blowfish</dc:creator>
		<pubDate>Thu, 06 May 2010 19:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://aloestudios.com/?p=319#comment-1573</guid>
		<description>said:

Interesting and helpful “clearing-solution”, thx for sharing!</description>
		<content:encoded><![CDATA[<p>said:</p>
<p>Interesting and helpful “clearing-solution”, thx for sharing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

