<?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; CSS</title>
	<atom:link href="http://zhiyu.org/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://zhiyu.org</link>
	<description>历经磨炼只会更坚强</description>
	<lastBuildDate>Sun, 18 Mar 2012 09:51:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Import和Link的差别</title>
		<link>http://zhiyu.org/import-link/</link>
		<comments>http://zhiyu.org/import-link/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 03:31:49 +0000</pubDate>
		<dc:creator>炽炎之羽</dc:creator>
				<category><![CDATA[笔记]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Import]]></category>
		<category><![CDATA[Link]]></category>

		<guid isPermaLink="false">http://zhiyu.org/?p=458</guid>
		<description><![CDATA[看到淘宝网页中这样写使用的是import,而很多网站都是使用link，当然还有一些页面比较简单，流量很大的网站，是直接将CSS写在html代码中的？他们有什么区别？css用import还是link好?从经典论坛和另外一个网站大概了解了一下。

当然使用链接link和导入import的好处就是易于维护，但当网速比较慢的时候，会出现加载中断的情况，导致页面排版错误。]]></description>
		<wfw:commentRss>http://zhiyu.org/import-link/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<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>CSS Hack之!important</title>
		<link>http://zhiyu.org/css-hack-important/</link>
		<comments>http://zhiyu.org/css-hack-important/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 10:04:14 +0000</pubDate>
		<dc:creator>炽炎之羽</dc:creator>
				<category><![CDATA[笔记]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[important]]></category>

		<guid isPermaLink="false">http://zhiyu.org/?p=274</guid>
		<description><![CDATA[最近在做一个网页，菜单栏在IE和其他(Mozilla、Opera等)中总是有些偏差。这是因为IE对盒之间距离的解释的bug造成的。我一直没有解决这个问题，其实用!important可以解决。

不过网上对!important的用法很多都说是IE不识别，很容易让初学者误解。IE并非不识别!important，只是不识别!important的优先级。举个例子：
]]></description>
		<wfw:commentRss>http://zhiyu.org/css-hack-important/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>各浏览器常用CSS Hack整理</title>
		<link>http://zhiyu.org/css-hack/</link>
		<comments>http://zhiyu.org/css-hack/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 05:31:44 +0000</pubDate>
		<dc:creator>炽炎之羽</dc:creator>
				<category><![CDATA[笔记]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[浏览器]]></category>

		<guid isPermaLink="false">http://zhiyu.org/?p=262</guid>
		<description><![CDATA[CSS Hack是在标准CSS没办法兼容各浏览器显示效果时才会用上的补救方法,在各浏览器厂商解析CSS没有达成一致前,我们只能用这样的方法来完成这样的任务.

我进行前端开发的时候,测试用的浏览器大致有: IE7, IE6, Opera9(文章撰写时版本为9.25 8825), Safari3(文章撰写时版本为3.0.4 523.15), Firefox2(文章撰写时版本为2.0.0.11).

在正常的 selector { property:value; } 的基础上常会根据具体情况为相同元素使用Hack以达到浏览器间统一.]]></description>
		<wfw:commentRss>http://zhiyu.org/css-hack/feed/</wfw:commentRss>
		<slash:comments>1</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>2</slash:comments>
		</item>
		<item>
		<title>CSS网页布局开发小技巧</title>
		<link>http://zhiyu.org/css-skills/</link>
		<comments>http://zhiyu.org/css-skills/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 04:36:32 +0000</pubDate>
		<dc:creator>炽炎之羽</dc:creator>
				<category><![CDATA[笔记]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[小技巧]]></category>
		<category><![CDATA[网页布局]]></category>

		<guid isPermaLink="false">http://zhiyu.org/?p=152</guid>
		<description><![CDATA[在CSS网页布局开发中，会有很多小技巧，新手朋友往往对此很不熟悉。在某一两个小问题上，或许纠缠很长时间才能搞明白，虽然在的文档中，多次提及过这方面的内容，但依然有很多朋友在这些问题上犯错。我们今天看看这些CSS技巧，认真读一读，或许您并不能完全理解，您可以再进行搜索，扩展您所想要得到的知识，相信您会有很多收获！

一、ul标签在Mozilla中默认是有padding值的，而在IE中只有margin有值。]]></description>
		<wfw:commentRss>http://zhiyu.org/css-skills/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>优化了博客代码</title>
		<link>http://zhiyu.org/optimization-blog/</link>
		<comments>http://zhiyu.org/optimization-blog/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 04:24:34 +0000</pubDate>
		<dc:creator>炽炎之羽</dc:creator>
				<category><![CDATA[随笔]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[优化]]></category>

		<guid isPermaLink="false">http://zhiyu.org/?p=84</guid>
		<description><![CDATA[忙了一个上午，对博客进行了代码优化，修复了几个小毛病，现在基本正常了！

1、修改了网页代码中一些重复的部分，删除了几个冗杂的代码。

2、对CSS代码进行精简优化，删除了一些重复的代码。]]></description>
		<wfw:commentRss>http://zhiyu.org/optimization-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS光标属性一览表</title>
		<link>http://zhiyu.org/css-cursor-types/</link>
		<comments>http://zhiyu.org/css-cursor-types/#comments</comments>
		<pubDate>Thu, 15 May 2008 02:04:51 +0000</pubDate>
		<dc:creator>炽炎之羽</dc:creator>
				<category><![CDATA[笔记]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Cursor]]></category>

		<guid isPermaLink="false">http://zhiyu.org/?p=832</guid>
		<description><![CDATA[CSS Cursor Types]]></description>
		<wfw:commentRss>http://zhiyu.org/css-cursor-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

