<?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>Leo&#039;s... &#187; CSS中#和.区别</title>
	<atom:link href="http://www.cooleo.org/tag/css%e4%b8%ad%e5%92%8c%e5%8c%ba%e5%88%ab/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cooleo.org</link>
	<description></description>
	<lastBuildDate>Tue, 25 Oct 2011 01:46:27 +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中#与.的区别</title>
		<link>http://www.cooleo.org/wordpress/wp-css/</link>
		<comments>http://www.cooleo.org/wordpress/wp-css/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 10:32:59 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CSS中#和.区别]]></category>

		<guid isPermaLink="false">http://www.cooleo.org/2007/11/02/wp-css.leo</guid>
		<description><![CDATA[在 CSS，具体是在 style.css 中， # 号是你用来指向跟着 id 的 DIV。而点号是用来指向跟着 class的 DIV。举个 class 的例子，如果你的代码是 &#60;div class=”wrapper”&#62;，那么就用 .wrapper 来替代 #wrapper ... ]]></description>
			<content:encoded><![CDATA[<p id="fp">在</p>
<p>CSS，具体是在 style.css 中， <strong>#</strong> 号是你用来指向跟着 <strong>id</strong> 的 DIV。而点号是用来指向跟着 <strong>class</strong>的 DIV。举个 class 的例子，如果你的代码是 <strong>&lt;div class=”wrapper”&gt;</strong>，那么就用 <strong>.wrapper</strong> 来替代 <strong>#wrapper</strong> 去指向 <strong>wrapper </strong>DIV 标签。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cooleo.org/wordpress/wp-css/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

