<?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>Yellow&#039;s Blog &#187; hack</title>
	<atom:link href="http://www.ffsuper.com/blog/index.php/tag/hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ffsuper.com/blog</link>
	<description>It&#039;s my evolution lab...</description>
	<lastBuildDate>Thu, 17 Dec 2009 01:06:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Hack &#8211; IE注释篇</title>
		<link>http://www.ffsuper.com/blog/index.php/2009/08/26/css-hack-ie-annotate/</link>
		<comments>http://www.ffsuper.com/blog/index.php/2009/08/26/css-hack-ie-annotate/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 07:00:04 +0000</pubDate>
		<dc:creator>Yellow</dc:creator>
				<category><![CDATA[Xhtml+CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css hack]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[注释]]></category>

		<guid isPermaLink="false">http://www.ffsuper.com/blog/?p=139</guid>
		<description><![CDATA[IE特有注释格式：
&#60;!--[if *condition IE *version]&#62;contend&#60;![endif]--&#62;
*condition 值说明：
gt: greater than，选择条件版本以上版本，不包含条件版本
lt: less than，选择条件版本以下版本，不包含条件版本
gte: greater than or equal，选择条件版本以上版本，包含条件版本
lte : less than or equal，选择条件版本以下版本，包含条件版本
&#60;!--[if !IE]&#62;&#60;!--&#62; 除IE外都可识别 &#60;!--&#60;![endif]--&#62;
&#60;!--[if&#160;IE]&#62; 所有的IE可识别 &#60;![endif]--&#62;
&#60;!--[if&#160;IE 5.0]&#62; 只有IE5.0可以识别 &#60;![endif]--&#62;
&#60;!--[if&#160;IE 5]&#62; 仅IE5.0与IE5.5可以识别 &#60;![endif]--&#62;
&#60;!--[if&#160;gt IE 5.0]&#62; IE5.0以及IE5.0以上版本都可以识别 &#60;![endif]--&#62;
&#60;!--[if&#160;IE 6]&#62; 仅IE6可识别 &#60;![endif]--&#62;
&#60;!--[if&#160;lt IE 6]&#62; IE6以及IE6以下版本可识别 &#60;![endif]--&#62;
&#60;!--[if&#160;gte IE 6]&#62; IE6以及IE6以上版本可识别 &#60;![endif]--&#62;
&#60;!--[if&#160;IE 7]&#62; 仅IE7可识别 &#60;![endif]--&#62;
&#60;!--[if&#160;lt IE 7]&#62; IE7以及IE7以下版本可识别 &#60;![endif]--&#62;
&#60;!--[if&#160;gte IE 7]&#62; IE7以及IE7以上版本可识别 &#60;![endif]--&#62;
]]></description>
		<wfw:commentRss>http://www.ffsuper.com/blog/index.php/2009/08/26/css-hack-ie-annotate/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>著名的万能float闭合Clearfix Hack</title>
		<link>http://www.ffsuper.com/blog/index.php/2009/06/17/clearfix-float-hack/</link>
		<comments>http://www.ffsuper.com/blog/index.php/2009/06/17/clearfix-float-hack/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 09:26:55 +0000</pubDate>
		<dc:creator>Yellow</dc:creator>
				<category><![CDATA[Xhtml+CSS]]></category>
		<category><![CDATA[clear]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[float闭合]]></category>
		<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://www.ffsuper.com/blog/?p=71</guid>
		<description><![CDATA[今天在蓝色理想看到了冰极峰关于弹性流体布局的文章时候，自己对流体布局有了一个重新的认识。不过今天在这里整理的是冰极峰同学在代码里面提到的万能float闭合Clearfix Hack。
万能float闭合Clearfix Hack可以用来解决多个div对齐时的间距不对，将以下代码加入CSS 中,给需要闭合的div加上 class=”clearfix” 即可,那叫一个爽啊&#8230;
下面是著名的万能float闭合Clearfix Hack
.clearfix:after {
content: &#34;.&#34;;
display:&#160;block;
height:&#160;0;
clear:&#160;both;
visibility:&#160;hidden;}
.clearfix&#160;{display: inline-block;}
/*&#160;Hides from IE-mac \*/
*&#160;html .clearfix { height: 1%;}
.clearfix&#160;{display: block;}
/*&#160;End hide from IE-mac */
]]></description>
		<wfw:commentRss>http://www.ffsuper.com/blog/index.php/2009/06/17/clearfix-float-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
