<?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>FoxLing - 前端开发 &#187; Reset</title>
	<atom:link href="http://foxling.org/tag/reset/feed/" rel="self" type="application/rss+xml" />
	<link>http://foxling.org</link>
	<description>不积跬步 无以至千里</description>
	<lastBuildDate>Sat, 19 Nov 2011 16:29:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CSS Reset，CSS初始化处理</title>
		<link>http://foxling.org/html-css-xml/css-reset/</link>
		<comments>http://foxling.org/html-css-xml/css-reset/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 10:22:25 +0000</pubDate>
		<dc:creator>FoxLing</dc:creator>
				<category><![CDATA[HTML/CSS/XML]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Reset]]></category>

		<guid isPermaLink="false">http://wp.foxling.cn/as-flex-air/css-reset/</guid>
		<description><![CDATA[由于各种浏览器对元素默认属性的定义不同，可能导致页面所有差异，于是，CSS Reset出现了。 对各种元素的CSS属性进行重定义，达到各种浏览器无差异的效果。 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre, form,fieldset,input,textarea,p,blockquote,th,td{ padding: 0; margin: 0; } table { border-collapse: collapse; border-spacing: 0; } fieldset,img { border: 0; } address,caption,cite,code,dfn,em,strong,th,var { font-weight: normal; font-style: normal; } ol,ul { list-style: none; } caption,th { text-align: left; } h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%; } q:before,q:after { content:&#39;&#39;; } abbr,acronym { border: 0; }]]></description>
			<content:encoded><![CDATA[<p>由于各种浏览器对元素默认属性的定义不同，可能导致页面所有差异，于是，CSS Reset出现了。<br />
对各种元素的CSS属性进行重定义，达到各种浏览器无差异的效果。</p>
<pre>
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
padding: 0;
margin: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

fieldset,img {
border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
font-weight: normal;
font-style: normal;
}

ol,ul {
list-style: none;
}

caption,th {
text-align: left;
}

h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}

q:before,q:after {
content:&#39;&#39;;
}

abbr,acronym {
border: 0;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://foxling.org/html-css-xml/css-reset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

