<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>irockman&#039;s dream house &#187; + CSS +</title>
	<atom:link href="http://www.irockman.cn/category/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.irockman.cn</link>
	<description>关注自己,关注生活</description>
	<lastBuildDate>Mon, 21 Jun 2010 16:59:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>各类浏览器(包括ie8)的css hack</title>
		<link>http://www.irockman.cn/2009/11/18/78.html</link>
		<comments>http://www.irockman.cn/2009/11/18/78.html#comments</comments>
		<pubDate>Wed, 18 Nov 2009 05:39:40 +0000</pubDate>
		<dc:creator>irockman</dc:creator>
				<category><![CDATA[+ CSS +]]></category>
		<category><![CDATA[css hack]]></category>
		<category><![CDATA[ie8]]></category>

		<guid isPermaLink="false">http://www.irockman.cn/?p=78</guid>
		<description><![CDATA[从web前段开发学习到IE8的css hack

  .testClass{
	color:#000000;     /*FF,OP支持*/
	color:#0000ff\9;   /*所有IE浏览器(ie6+)支持；但是ie8不能识别“*”和“_”的CSS HACK；所以我们可以这样写HACK*/
	[color:#000000;color... ]]></description>
			<content:encoded><![CDATA[<p>从<a href="http://www.css88.com">web前段开发</a>学习到IE8的css hack</p>
<pre class="brush: css;">
  .testClass{
	color:#000000;     /*FF,OP支持*/
	color:#0000ff\9;   /*所有IE浏览器(ie6+)支持；但是ie8不能识别“*”和“_”的CSS HACK；所以我们可以这样写HACK*/
	[color:#000000;color:#00ff00;  /*SF,CH支持*/
	*color:#ffff00;    /*IE7支持*/
	_color:#ff0000;    /*IE6支持*/
  }
</pre>
<p>其中FF表示firefox，OP表示opera，SF表示safari，CH表示chrome浏览器。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.irockman.cn/2009/11/18/78.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
