<?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.chentianwen.net/wordpress/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chentianwen.net/wordpress</link>
	<description>Life has to be exciting.</description>
	<lastBuildDate>Wed, 01 Feb 2012 01:34:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Firefox input and button have extra hidden space which make the height different from other browsers</title>
		<link>http://www.chentianwen.net/wordpress/2011/12/19/firefox-input-and-button-have-extra-hidden-space-which-make-the-height-different-from-other-browsers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=firefox-input-and-button-have-extra-hidden-space-which-make-the-height-different-from-other-browsers</link>
		<comments>http://www.chentianwen.net/wordpress/2011/12/19/firefox-input-and-button-have-extra-hidden-space-which-make-the-height-different-from-other-browsers/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 14:49:38 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=585</guid>
		<description><![CDATA[<p>To remove the extra hidden space which turns out to be border:</p> input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {border:0;} <p>reference:</p> <p>http://christophzillgens.com/en/articles/equal-height-input-and-button-elements-in-firefox-and-safari</p>]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2011/12/19/firefox-input-and-button-have-extra-hidden-space-which-make-the-height-different-from-other-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cufon not working in IE8</title>
		<link>http://www.chentianwen.net/wordpress/2011/04/28/cufon-not-working-in-ie8/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cufon-not-working-in-ie8</link>
		<comments>http://www.chentianwen.net/wordpress/2011/04/28/cufon-not-working-in-ie8/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 07:34:41 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Cufon]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=392</guid>
		<description><![CDATA[<p>add the following line to the css</p> .cufon{ visibility: visible; }]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2011/04/28/cufon-not-working-in-ie8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Input submit button doesn&#8217;t display background image in IE7</title>
		<link>http://www.chentianwen.net/wordpress/2011/04/27/input-submit-button-doesnt-display-background-image-in-ie7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=input-submit-button-doesnt-display-background-image-in-ie7</link>
		<comments>http://www.chentianwen.net/wordpress/2011/04/27/input-submit-button-doesnt-display-background-image-in-ie7/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 07:50:12 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=390</guid>
		<description><![CDATA[<p>Add the following line:</p> border: 0px solid #FFFFFF;]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2011/04/27/input-submit-button-doesnt-display-background-image-in-ie7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Killer Collection of CSS Resets</title>
		<link>http://www.chentianwen.net/wordpress/2010/12/02/killer-collection-of-css-resets/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=killer-collection-of-css-resets</link>
		<comments>http://www.chentianwen.net/wordpress/2010/12/02/killer-collection-of-css-resets/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 10:39:10 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=330</guid>
		<description><![CDATA[<p>from: <a href="http://perishablepress.com/press/2007/10/23/a-killer-collection-of-global-css-reset-styles/">http://perishablepress.com/press/2007/10/23/a-killer-collection-of-global-css-reset-styles/</a></p> <p>Using CSS to style semantically meaningful (X)HTML markup is an important key to modern web design practices. In a perfect world, every browser would interpret and apply all CSS rules in exactly the same way. However, in the imperfect world in which we live, quite the opposite frequently happens to be the case: many CSS styles [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2010/12/02/killer-collection-of-css-resets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE7 z-index problem</title>
		<link>http://www.chentianwen.net/wordpress/2010/12/02/ie7-z-index-problem/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ie7-z-index-problem</link>
		<comments>http://www.chentianwen.net/wordpress/2010/12/02/ie7-z-index-problem/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 03:24:59 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[z-index]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=326</guid>
		<description><![CDATA[<p>from <a href="http://stackoverflow.com/questions/1287439/ie7-z-index-problem">http://stackoverflow.com/questions/1287439/ie7-z-index-problem</a></p> <p>When you specify z-index, you&#8217;re specifying it relative to other elements in the same stacking context, and although the <a rel="nofollow" href="http://www.w3.org/TR/CSS21/visuren.html#z-index">CSS spec&#8217;s paragraph on Z-index</a> says a new stacking context is only created for positioned content with a z-index other than auto (meaning your entire document should be a single stacking context), you did [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2010/12/02/ie7-z-index-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer User Agent Style Sheets</title>
		<link>http://www.chentianwen.net/wordpress/2010/08/05/internet-explorer-user-agent-style-sheets/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=internet-explorer-user-agent-style-sheets</link>
		<comments>http://www.chentianwen.net/wordpress/2010/08/05/internet-explorer-user-agent-style-sheets/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 15:29:02 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=284</guid>
		<description><![CDATA[<br /> Internet Explorer User Agent Style Sheets<br /> <p> The UA Style Sheet is a simple set of css styles that each web browser uses before any other css styles are applied. </p> <p> This chart lists and compares the different default style sheets used to render HTML in the four major versions of [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2010/08/05/internet-explorer-user-agent-style-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Practices for Speeding Up Your Web Site</title>
		<link>http://www.chentianwen.net/wordpress/2008/12/22/best-practices-for-speeding-up-your-web-site/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=best-practices-for-speeding-up-your-web-site</link>
		<comments>http://www.chentianwen.net/wordpress/2008/12/22/best-practices-for-speeding-up-your-web-site/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 07:22:28 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=141</guid>
		<description><![CDATA[<p>from <a href="http://developer.yahoo.com/performance/rules.html" target="_blank">http://developer.yahoo.com/performance/rules.html</a></p> Best Practices for Speeding Up Your Web Site <p>The Exceptional Performance team has identified a number of best practices for making web pages fast. The list includes 34 best practices divided into 7 categories.</p> <p class="inlPrompt">Filter by category:</p> <p> </p> Content <p> </p> Server <p> </p> Cookie <p> </p> CSS <p> </p> Javascript <p> </p> Images <p> </p> [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2008/12/22/best-practices-for-speeding-up-your-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Table Border Issue in both IE and Firefox</title>
		<link>http://www.chentianwen.net/wordpress/2008/12/04/table-border-issue-in-both-ie-and-firefox/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=table-border-issue-in-both-ie-and-firefox</link>
		<comments>http://www.chentianwen.net/wordpress/2008/12/04/table-border-issue-in-both-ie-and-firefox/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 16:48:13 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=135</guid>
		<description><![CDATA[<p>Just discover that when coding the following into style sheet:</p> table { border-collapse: collapse; } th, td { position: relative; border: 1px solid #eee; } <p>In Firefox 3, top and right borders of each table cell will disappear.</p> <p>In IE 7, borders could not collapse.</p> <p>Don&#8217;t know why this happened, need to do a little [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2008/12/04/table-border-issue-in-both-ie-and-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Having Layout</title>
		<link>http://www.chentianwen.net/wordpress/2008/10/03/on-having-layout/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=on-having-layout</link>
		<comments>http://www.chentianwen.net/wordpress/2008/10/03/on-having-layout/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 08:16:32 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=93</guid>
		<description><![CDATA[<p>from <a href="http://www.satzansatz.de/cssd/onhavinglayout.html">http://www.satzansatz.de/cssd/onhavinglayout.html</a></p> On having layout A work in progress. This version: <a href="http://www.satzansatz.de/cssd/onhavinglayoutrev08-20071118.html">Rev. 8 2007–11–18</a> <a href="http://www.satzansatz.de/cssd/layoutchangelog.html">Changelog</a> <a href="http://www.satzansatz.de/cssd/onhavinglayout.html#translation">Translations</a> <a href="http://www.satzansatz.de/cssd/onhavinglayout.html#toc">Table of contents</a> Introduction <p>A lot of Internet Explorer&#8217;s rendering inconsistencies can be fixed by giving an element “layout.” John Gallant and Holly Bergevin classified these inconsistencies as “dimensional bugs,” meaning that they can [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2008/10/03/on-having-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

