<?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>评论：IE7的CSS Hack</title>
	<atom:link href="http://2simple.cn/2006/10/ie7css-hack.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://2simple.cn/2006/10/ie7css-hack.htm</link>
	<description>我们已经回来</description>
	<lastBuildDate>Wed, 01 Feb 2012 02:32:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：old9</title>
		<link>http://2simple.cn/2006/10/ie7css-hack.htm#comment-11729</link>
		<dc:creator>old9</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://2simple.cn/2006/10/ie7css-hack.htm#comment-11729</guid>
		<description>对IE，最好还是用条件注释。
这里有个简单的hack：
*+html div{
/* IE7 only rules here; */
}
</description>
		<content:encoded><![CDATA[<p>对IE，最好还是用条件注释。<br />
这里有个简单的hack：<br />
*+html div{<br />
/* IE7 only rules here; */<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：old9</title>
		<link>http://2simple.cn/2006/10/ie7css-hack.htm#comment-11730</link>
		<dc:creator>old9</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://2simple.cn/2006/10/ie7css-hack.htm#comment-11730</guid>
		<description>所以第二个可以这样写：
#hackbox {
    background: red;
	}
* html #hackbox {
	background:green;
}
*+html #hackbox{
    background: blue;
}

important hack现在应该不好用了，IE7已经修正了important的bug。
还是那句话，对IE，尽量不用hack而用条件注释。</description>
		<content:encoded><![CDATA[<p>所以第二个可以这样写：<br />
#hackbox {<br />
    background: red;<br />
	}<br />
* html #hackbox {<br />
	background:green;<br />
}<br />
*+html #hackbox{<br />
    background: blue;<br />
}</p>
<p>important hack现在应该不好用了，IE7已经修正了important的bug。<br />
还是那句话，对IE，尽量不用hack而用条件注释。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Datou</title>
		<link>http://2simple.cn/2006/10/ie7css-hack.htm#comment-11735</link>
		<dc:creator>Datou</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://2simple.cn/2006/10/ie7css-hack.htm#comment-11735</guid>
		<description>old9觉得一个css里面用条件注释来搞定所有浏览器好呢，还是在html里面用条件注释引用不同的css好？</description>
		<content:encoded><![CDATA[<p>old9觉得一个css里面用条件注释来搞定所有浏览器好呢，还是在html里面用条件注释引用不同的css好？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：old9</title>
		<link>http://2simple.cn/2006/10/ie7css-hack.htm#comment-11738</link>
		<dc:creator>old9</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://2simple.cn/2006/10/ie7css-hack.htm#comment-11738</guid>
		<description>条件注释就是用在HTML里面的，CSS里面的一般就是hack了。
我比较倾向于用条件注释引用不同的CSS。</description>
		<content:encoded><![CDATA[<p>条件注释就是用在HTML里面的，CSS里面的一般就是hack了。<br />
我比较倾向于用条件注释引用不同的CSS。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Datou</title>
		<link>http://2simple.cn/2006/10/ie7css-hack.htm#comment-11745</link>
		<dc:creator>Datou</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://2simple.cn/2006/10/ie7css-hack.htm#comment-11745</guid>
		<description>多谢老九，现在各种浏览器基本都显示正常了 ：）</description>
		<content:encoded><![CDATA[<p>多谢老九，现在各种浏览器基本都显示正常了 ：）</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
