<?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://www.zhaipeng.cn/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhaipeng.cn</link>
	<description>积极的工作,塌实的学习,安静的写博客...</description>
	<lastBuildDate>Thu, 10 Jun 2010 14:26:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>CSS中min-height的浏览器兼容写法</title>
		<link>http://www.zhaipeng.cn/2008/07/19/css%e4%b8%admin-height%e7%9a%84%e6%b5%8f%e8%a7%88%e5%99%a8%e5%85%bc%e5%ae%b9%e5%86%99%e6%b3%95/</link>
		<comments>http://www.zhaipeng.cn/2008/07/19/css%e4%b8%admin-height%e7%9a%84%e6%b5%8f%e8%a7%88%e5%99%a8%e5%85%bc%e5%ae%b9%e5%86%99%e6%b3%95/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 09:32:46 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2008/07/19/css%e4%b8%admin-height%e7%9a%84%e6%b5%8f%e8%a7%88%e5%99%a8%e5%85%bc%e5%ae%b9%e5%86%99%e6%b3%95/</guid>
		<description><![CDATA[min-height是个很有用的属性，但并非所有浏览器都兼容的，当然主要问题出在IE6，这个不支持标准的浏览器偏偏占据很大的市场份额，实在让设计师无奈。好在IE6对于overflow的特殊实现，又给我们实现min-height提供了一个思路，所以产生了以下兼容各个主流浏览器的Min-height写法 min-height:100px; height:auto !important; height:100px; overflow:visible; 通过IE6，IE7，FireFox2.0，Opera9.10，Safari3.03(For Win)检测]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/07/19/css%e4%b8%admin-height%e7%9a%84%e6%b5%8f%e8%a7%88%e5%99%a8%e5%85%bc%e5%ae%b9%e5%86%99%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
