<?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>炽炎之羽 &#187; Firefox</title>
	<atom:link href="http://zhiyu.org/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://zhiyu.org</link>
	<description>沧浪之水浊兮</description>
	<lastBuildDate>Thu, 11 Feb 2010 03:00:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FF与IE在CSS中的差异</title>
		<link>http://zhiyu.org/ff-ie-css/</link>
		<comments>http://zhiyu.org/ff-ie-css/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 10:07:43 +0000</pubDate>
		<dc:creator>炽炎之羽</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://zhiyu.org/?p=368</guid>
		<description><![CDATA[1 针对firefox ie6 ie7的css样式

现在大部分都是用!important来hack，对于ie6和firefox测试可以正常显示，但是ie7对!important可以正确解释，会导致页面没按要求显示！找到一个针对IE7不错的hack方式就是使用“*+html”，现在用IE7浏览一下，应该没有问题了。

现在写一个CSS可以这样：

#1 { color: #333; } /* Moz */

* html #1 { color: #666; } /* IE6 */

*+html #1 { color: #999; } /* IE7 */

那么在firefox下字体颜色显示为#333，IE6下字体颜色显示为#666，IE7下字体颜色显示为#999。]]></description>
		<wfw:commentRss>http://zhiyu.org/ff-ie-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE与Firefox对width的不同解释及解决办法</title>
		<link>http://zhiyu.org/ie-firefox-width/</link>
		<comments>http://zhiyu.org/ie-firefox-width/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 21:26:11 +0000</pubDate>
		<dc:creator>炽炎之羽</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://zhiyu.org/?p=233</guid>
		<description><![CDATA[图片中：CSS 'width' 指的是标准CSS中所指的width的宽度，在firefox，opera等中的宽度就是这个宽度。它只包含容器中内容的宽度。

而Internet Explorer 'width'则是指整个容器的宽度，包括内容，padding ，border。

所谓的CSS的宽度的加法减法就指这里不同浏览器对width解析得到的不同结果。]]></description>
		<wfw:commentRss>http://zhiyu.org/ie-firefox-width/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
