<?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>评论：IE &#8220;+&#8221; CSS Hack研究</title>
	<atom:link href="http://www.planabc.net/2007/03/09/ie_css_hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.planabc.net/2007/03/09/ie_css_hack/</link>
	<description>落草为根—专注前端技术&#38;&#38;关注用户体验</description>
	<lastBuildDate>Fri, 30 Jul 2010 03:14:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：eva</title>
		<link>http://www.planabc.net/2007/03/09/ie_css_hack/comment-page-1/#comment-1737</link>
		<dc:creator>eva</dc:creator>
		<pubDate>Thu, 16 Oct 2008 02:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.planabc.net/2007/03/09/ie_css_hack/#comment-1737</guid>
		<description>#hack {
width:500px;
+width:480px; /* only IE*/
*widht:400px;/*only IE7*/
_width:200px; /*only IE6*/
}
通不过验证..但满好用.....</description>
		<content:encoded><![CDATA[<p>#hack {<br />
width:500px;<br />
+width:480px; /* only IE*/<br />
*widht:400px;/*only IE7*/<br />
_width:200px; /*only IE6*/<br />
}<br />
通不过验证..但满好用&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：橘子</title>
		<link>http://www.planabc.net/2007/03/09/ie_css_hack/comment-page-1/#comment-1075</link>
		<dc:creator>橘子</dc:creator>
		<pubDate>Mon, 28 Jul 2008 06:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.planabc.net/2007/03/09/ie_css_hack/#comment-1075</guid>
		<description>不是还可以*吗</description>
		<content:encoded><![CDATA[<p>不是还可以*吗</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：雨中无伞</title>
		<link>http://www.planabc.net/2007/03/09/ie_css_hack/comment-page-1/#comment-809</link>
		<dc:creator>雨中无伞</dc:creator>
		<pubDate>Fri, 27 Jun 2008 01:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.planabc.net/2007/03/09/ie_css_hack/#comment-809</guid>
		<description>#hack {
width:500px;/*ff*/
+width:480px; /* IE7*/
_width:200px; /* IE6*/

}
我这样做区分三者</description>
		<content:encoded><![CDATA[<p>#hack {<br />
width:500px;/*ff*/<br />
+width:480px; /* IE7*/<br />
_width:200px; /* IE6*/</p>
<p>}<br />
我这样做区分三者</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：waakee.com</title>
		<link>http://www.planabc.net/2007/03/09/ie_css_hack/comment-page-1/#comment-738</link>
		<dc:creator>waakee.com</dc:creator>
		<pubDate>Wed, 18 Jun 2008 11:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.planabc.net/2007/03/09/ie_css_hack/#comment-738</guid>
		<description>&lt;strong&gt;IE “+” CSS Hack研究  _  PlanABC - 怿飞’s Blog...&lt;/strong&gt;

表达方式：+property:value测试环境：IE5，IE6 ，IE7，FF1.5，FF2.0，Opera 9，Safari 2测试结果：IE5，IE6 ，IE7浏览器识别；FF2.0，Opera 9，Safari 2浏览器不识别。结论：我们可以用&#8221;+&#8221;来实现只有...</description>
		<content:encoded><![CDATA[<p><strong>IE “+” CSS Hack研究  _  PlanABC &#8211; 怿飞’s Blog&#8230;</strong></p>
<p>表达方式：+property:value<br />
测试环境：IE5，IE6 ，IE7，FF1.5，FF2.0，Opera 9，Safari 2<br />
测试结果：IE5，IE6 ，IE7浏览器识别；FF2.0，Opera 9，Safari 2浏览器不识别。<br />
结论：我们可以用&rdquo;+&rdquo;来实现只有&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：怿飞</title>
		<link>http://www.planabc.net/2007/03/09/ie_css_hack/comment-page-1/#comment-260</link>
		<dc:creator>怿飞</dc:creator>
		<pubDate>Tue, 08 Apr 2008 09:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.planabc.net/2007/03/09/ie_css_hack/#comment-260</guid>
		<description>谢谢，是笔误^^</description>
		<content:encoded><![CDATA[<p>谢谢，是笔误^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Dream zhao</title>
		<link>http://www.planabc.net/2007/03/09/ie_css_hack/comment-page-1/#comment-259</link>
		<dc:creator>Dream zhao</dc:creator>
		<pubDate>Tue, 08 Apr 2008 09:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.planabc.net/2007/03/09/ie_css_hack/#comment-259</guid>
		<description>&quot;IE 中 500px 的宽度，而在其他浏览器 480px 的宽度&quot;
与

#hack {
	width:500px;
	+width:480px; /*only IE*/
}


这个写反了。。。。

应该是：
#hack {
	width:480px;
	+width:500px; /*only IE*/
}</description>
		<content:encoded><![CDATA[<p>&#8220;IE 中 500px 的宽度，而在其他浏览器 480px 的宽度&#8221;<br />
与</p>
<p>#hack {<br />
	width:500px;<br />
	+width:480px; /*only IE*/<br />
}</p>
<p>这个写反了。。。。</p>
<p>应该是：<br />
#hack {<br />
	width:480px;<br />
	+width:500px; /*only IE*/<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：welcome58</title>
		<link>http://www.planabc.net/2007/03/09/ie_css_hack/comment-page-1/#comment-256</link>
		<dc:creator>welcome58</dc:creator>
		<pubDate>Tue, 08 Apr 2008 00:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.planabc.net/2007/03/09/ie_css_hack/#comment-256</guid>
		<description>比如我们要实现在 IE 中 500px 的宽度，而在其他浏览器 480px 的宽度，就可以通过 “+” Hack 来完成，如下：

#hack {
	width:500px;
	+width:480px; /*only IE*/
}
 上面的文字信息与css表现出来的信息相反，应该是笔误吧</description>
		<content:encoded><![CDATA[<p>比如我们要实现在 IE 中 500px 的宽度，而在其他浏览器 480px 的宽度，就可以通过 “+” Hack 来完成，如下：</p>
<p>#hack {<br />
	width:500px;<br />
	+width:480px; /*only IE*/<br />
}<br />
 上面的文字信息与css表现出来的信息相反，应该是笔误吧</p>
]]></content:encoded>
	</item>
</channel>
</rss>
