<?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: Weekly CSS Trick: The IE underscore hack</title>
	<atom:link href="http://dustinbrewer.com/weekly-css-trick-the-ie-underscore-hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://dustinbrewer.com/weekly-css-trick-the-ie-underscore-hack/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 01 Aug 2010 02:48:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kalyan Gopavarapu</title>
		<link>http://dustinbrewer.com/weekly-css-trick-the-ie-underscore-hack/comment-page-1/#comment-5234</link>
		<dc:creator>Kalyan Gopavarapu</dc:creator>
		<pubDate>Thu, 24 Jun 2010 19:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/?p=45#comment-5234</guid>
		<description>Underscore hack will effect only IE6 not IE7.</description>
		<content:encoded><![CDATA[<p>Underscore hack will effect only IE6 not IE7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel</title>
		<link>http://dustinbrewer.com/weekly-css-trick-the-ie-underscore-hack/comment-page-1/#comment-5018</link>
		<dc:creator>Marcel</dc:creator>
		<pubDate>Mon, 22 Feb 2010 02:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/?p=45#comment-5018</guid>
		<description>You really &lt;em&gt;should not&lt;/em&gt; use this hack (use hacks only as a last resort), as we&#039;ll never know if a future browser will also parse rules hidden by the hack. Moreover, as someone &lt;a href=&quot;http://stackoverflow.com/questions/2308256/how-to-overcome-ie7-padding-issues/2308276#2308276&quot; rel=&quot;nofollow&quot;&gt;states here (in a comment)&lt;/a&gt;, &quot;if a hack becomes popular and is in widespread use, it may actually hinder the creation of new browsers and/or CSS specs. If the W3C wanted to include a special &#039;underscore syntax&#039; for one reason or another, it probably can&#039;t because it would conflict with a popular hack and wreak havoc to many old pages in new browsers that try to follow the new spec. That&#039;s more or less how we ended up with the Quirksmode mess.&quot;

In short, use &lt;a href=&quot;http://www.quirksmode.org/css/condcom.html&quot; rel=&quot;nofollow&quot;&gt;conditional comments&lt;/a&gt; to tackle IE6/7/8.</description>
		<content:encoded><![CDATA[<p>You really <em>should not</em> use this hack (use hacks only as a last resort), as we&#8217;ll never know if a future browser will also parse rules hidden by the hack. Moreover, as someone <a href="http://stackoverflow.com/questions/2308256/how-to-overcome-ie7-padding-issues/2308276#2308276" rel="nofollow">states here (in a comment)</a>, &#8220;if a hack becomes popular and is in widespread use, it may actually hinder the creation of new browsers and/or CSS specs. If the W3C wanted to include a special &#8216;underscore syntax&#8217; for one reason or another, it probably can&#8217;t because it would conflict with a popular hack and wreak havoc to many old pages in new browsers that try to follow the new spec. That&#8217;s more or less how we ended up with the Quirksmode mess.&#8221;</p>
<p>In short, use <a href="http://www.quirksmode.org/css/condcom.html" rel="nofollow">conditional comments</a> to tackle IE6/7/8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Earl</title>
		<link>http://dustinbrewer.com/weekly-css-trick-the-ie-underscore-hack/comment-page-1/#comment-4901</link>
		<dc:creator>Earl</dc:creator>
		<pubDate>Fri, 15 Jan 2010 01:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/?p=45#comment-4901</guid>
		<description>The underscore hack won&#039;t work for me. Have no clue why, I think it&#039;s because I&#039;m using a drop down menu and requires an html code above the css.</description>
		<content:encoded><![CDATA[<p>The underscore hack won&#8217;t work for me. Have no clue why, I think it&#8217;s because I&#8217;m using a drop down menu and requires an html code above the css.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahemd</title>
		<link>http://dustinbrewer.com/weekly-css-trick-the-ie-underscore-hack/comment-page-1/#comment-3101</link>
		<dc:creator>Ahemd</dc:creator>
		<pubDate>Sun, 03 May 2009 17:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/?p=45#comment-3101</guid>
		<description>Very nice hack. 
Keep on good working</description>
		<content:encoded><![CDATA[<p>Very nice hack.<br />
Keep on good working</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flash tekkie</title>
		<link>http://dustinbrewer.com/weekly-css-trick-the-ie-underscore-hack/comment-page-1/#comment-2805</link>
		<dc:creator>flash tekkie</dc:creator>
		<pubDate>Sat, 18 Oct 2008 10:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/?p=45#comment-2805</guid>
		<description>This is another non-standard CSS hack available to IE developers. The thing is, these hacks are getting closer to the end of their existence as for the start &lt;a href=&quot;http://tekkie.flashbit.net/browsers/internet-explorer-dumping-css-hacks-to-comply-with-standards&quot; title=&quot;Internet Explorer dumping CSS hacks to comply with standards&quot; rel=&quot;nofollow&quot;&gt;Microsoft announced ending expressions in Style Sheet stack&lt;/a&gt; on Thursday earlier this week.

A very nice move towards the standard-compliant browser.</description>
		<content:encoded><![CDATA[<p>This is another non-standard CSS hack available to IE developers. The thing is, these hacks are getting closer to the end of their existence as for the start <a href="http://tekkie.flashbit.net/browsers/internet-explorer-dumping-css-hacks-to-comply-with-standards" title="Internet Explorer dumping CSS hacks to comply with standards" rel="nofollow">Microsoft announced ending expressions in Style Sheet stack</a> on Thursday earlier this week.</p>
<p>A very nice move towards the standard-compliant browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://dustinbrewer.com/weekly-css-trick-the-ie-underscore-hack/comment-page-1/#comment-2773</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Thu, 18 Sep 2008 21:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/?p=45#comment-2773</guid>
		<description>I just want to say that your my daily hero. I was trying all sorts of code to try to set up an IE7 specific code and this is the only one that actually worked. I just wish I had found this 4 hours ago...

Thanks for sharing that Dustin.</description>
		<content:encoded><![CDATA[<p>I just want to say that your my daily hero. I was trying all sorts of code to try to set up an IE7 specific code and this is the only one that actually worked. I just wish I had found this 4 hours ago&#8230;</p>
<p>Thanks for sharing that Dustin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dwayne Charrington</title>
		<link>http://dustinbrewer.com/weekly-css-trick-the-ie-underscore-hack/comment-page-1/#comment-2727</link>
		<dc:creator>Dwayne Charrington</dc:creator>
		<pubDate>Tue, 12 Aug 2008 03:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/?p=45#comment-2727</guid>
		<description>I swear by this hack. It&#039;s fast, simple, and easy to use. If you&#039;re going to be doing extensive IE hacking, I would recommend using a condition if statement instead, otherwise you&#039;ll have a tonne of redundant code that will mess up your perfect, valid css document when you run it through the W3C validator.</description>
		<content:encoded><![CDATA[<p>I swear by this hack. It&#8217;s fast, simple, and easy to use. If you&#8217;re going to be doing extensive IE hacking, I would recommend using a condition if statement instead, otherwise you&#8217;ll have a tonne of redundant code that will mess up your perfect, valid css document when you run it through the W3C validator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robbiemac</title>
		<link>http://dustinbrewer.com/weekly-css-trick-the-ie-underscore-hack/comment-page-1/#comment-1002</link>
		<dc:creator>robbiemac</dc:creator>
		<pubDate>Thu, 24 Jan 2008 14:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/?p=45#comment-1002</guid>
		<description>Very cool. Simple and useful. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Very cool. Simple and useful. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne</title>
		<link>http://dustinbrewer.com/weekly-css-trick-the-ie-underscore-hack/comment-page-1/#comment-219</link>
		<dc:creator>Anne</dc:creator>
		<pubDate>Tue, 24 Jul 2007 00:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://dustinbrewer.com/?p=45#comment-219</guid>
		<description>Simple and to the point, I was actually searching for the trick to getcontent to wrap in a pinch.. the trick on the bottom paragraph. </description>
		<content:encoded><![CDATA[<p>Simple and to the point, I was actually searching for the trick to getcontent to wrap in a pinch.. the trick on the bottom paragraph.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
