<?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: Proof that IE6 is crap</title>
	<atom:link href="http://yelotofu.com/2007/01/proof-that-ie6-is-crap/feed/" rel="self" type="application/rss+xml" />
	<link>http://yelotofu.com/2007/01/proof-that-ie6-is-crap/</link>
	<description>"In building standards compliant sites we are creating a better Web for the future."</description>
	<lastBuildDate>Thu, 11 Mar 2010 17:53:20 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Forez</title>
		<link>http://yelotofu.com/2007/01/proof-that-ie6-is-crap/comment-page-1/#comment-3656</link>
		<dc:creator>Forez</dc:creator>
		<pubDate>Fri, 06 Mar 2009 02:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/2007/01/prof-that-ie6-is-crap/#comment-3656</guid>
		<description>This is a great topic!
My opinion is that if Internet Explorer doesn&#039;t existed, the Earth was going to be the web developers heaven :) The IE&#039;s JavaScript runs way too slower than any other browser. The CSS position:fixed is completely missing in IE6. Today I noticed a buggy behavior on IE7 when trying to wrap some tables with the display:inline property... Countless are the times I have searched for workarounds and fixes just to make my page work on IE. IE really is a big pile of ... and not only 6.</description>
		<content:encoded><![CDATA[<p>This is a great topic!<br />
My opinion is that if Internet Explorer doesn&#8217;t existed, the Earth was going to be the web developers heaven <img src='http://yelotofu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The IE&#8217;s JavaScript runs way too slower than any other browser. The CSS position:fixed is completely missing in IE6. Today I noticed a buggy behavior on IE7 when trying to wrap some tables with the display:inline property&#8230; Countless are the times I have searched for workarounds and fixes just to make my page work on IE. IE really is a big pile of &#8230; and not only 6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caphun</title>
		<link>http://yelotofu.com/2007/01/proof-that-ie6-is-crap/comment-page-1/#comment-2214</link>
		<dc:creator>caphun</dc:creator>
		<pubDate>Fri, 04 Jul 2008 03:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/2007/01/prof-that-ie6-is-crap/#comment-2214</guid>
		<description>Do you have an example I could look at?</description>
		<content:encoded><![CDATA[<p>Do you have an example I could look at?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabriel</title>
		<link>http://yelotofu.com/2007/01/proof-that-ie6-is-crap/comment-page-1/#comment-2213</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Thu, 03 Jul 2008 20:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/2007/01/prof-that-ie6-is-crap/#comment-2213</guid>
		<description>html {
  filter:expression(
    document.execCommand(&quot;BackgroundImageCache&quot;, false, true)
  );
}

This lines not function.I have a very simple example but it doesn&#039;t work


Please, help me</description>
		<content:encoded><![CDATA[<p>html {<br />
  filter:expression(<br />
    document.execCommand(&#8221;BackgroundImageCache&#8221;, false, true)<br />
  );<br />
}</p>
<p>This lines not function.I have a very simple example but it doesn&#8217;t work</p>
<p>Please, help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabriel</title>
		<link>http://yelotofu.com/2007/01/proof-that-ie6-is-crap/comment-page-1/#comment-2212</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Thu, 03 Jul 2008 20:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/2007/01/prof-that-ie6-is-crap/#comment-2212</guid>
		<description>html {
  filter:expression(
    document.execCommand(&quot;BackgroundImageCache&quot;, false, true)
  );
}

This lines not function.I have a very simple example but it doesn&#039;t work
This is the code:





Flicker Bug

html {
  filter:expression(
    document.execCommand(&quot;BackgroundImageCache&quot;, false, true)
  );
}
A:link, A:visited 
{ 
	text-decoration: none;
	background: url(ff_images/radioButton_basic_up.gif) no-repeat;
	background-position:right top;
	padding: 0 20px 0 0;
	
}
A:hover 
{ 
	text-decoration: underline;
	background: url(ff_images/radioButton_basic_down.gif) no-repeat;
	background-position:right top;
	padding: 0 20px 0 0;
}




&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Link 1&lt;/a&gt;
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Link 2&lt;/a&gt;
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Link 3&lt;/a&gt;
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Link 4&lt;/a&gt;
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Link 5&lt;/a&gt;



Please, help me</description>
		<content:encoded><![CDATA[<p>html {<br />
  filter:expression(<br />
    document.execCommand(&#8221;BackgroundImageCache&#8221;, false, true)<br />
  );<br />
}</p>
<p>This lines not function.I have a very simple example but it doesn&#8217;t work<br />
This is the code:</p>
<p>Flicker Bug</p>
<p>html {<br />
  filter:expression(<br />
    document.execCommand(&#8221;BackgroundImageCache&#8221;, false, true)<br />
  );<br />
}<br />
A:link, A:visited<br />
{<br />
	text-decoration: none;<br />
	background: url(ff_images/radioButton_basic_up.gif) no-repeat;<br />
	background-position:right top;<br />
	padding: 0 20px 0 0;</p>
<p>}<br />
A:hover<br />
{<br />
	text-decoration: underline;<br />
	background: url(ff_images/radioButton_basic_down.gif) no-repeat;<br />
	background-position:right top;<br />
	padding: 0 20px 0 0;<br />
}</p>
<p><a href="#" rel="nofollow">Link 1</a><br />
<a href="#" rel="nofollow">Link 2</a><br />
<a href="#" rel="nofollow">Link 3</a><br />
<a href="#" rel="nofollow">Link 4</a><br />
<a href="#" rel="nofollow">Link 5</a></p>
<p>Please, help me</p>
]]></content:encoded>
	</item>
</channel>
</rss>
