<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>评论：面向打印的CSS设置</title>
	<atom:link href="http://tech.idv2.com/2007/07/28/css-for-printing/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.idv2.com/2007/07/28/css-for-printing/</link>
	<description>关注Web开发技术，关注Internet。</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:30:30 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：charlee</title>
		<link>http://tech.idv2.com/2007/07/28/css-for-printing/comment-page-1/#comment-8132</link>
		<dc:creator>charlee</dc:creator>
		<pubDate>Tue, 22 Jan 2008 07:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://tech.idv2.com/2007/07/28/css-for-printing/#comment-8132</guid>
		<description>@water

需要你在HTML代码中，用div括起页眉页脚的部分，然后为div命名为header、footer。例如：

[body]
[div id=&quot;header&quot;]这里是页眉[/div]
这里是主体内容
[div id=&quot;footer&quot;]这里是页脚[/div]
[/body]

然后在css里面写 #header, #footer { display:none }即可。</description>
		<content:encoded><![CDATA[<p>@water</p>
<p>需要你在HTML代码中，用div括起页眉页脚的部分，然后为div命名为header、footer。例如：</p>
<p>[body]<br />
[div id="header"]这里是页眉[/div]<br />
这里是主体内容<br />
[div id="footer"]这里是页脚[/div]<br />
[/body]</p>
<p>然后在css里面写 #header, #footer { display:none }即可。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：water</title>
		<link>http://tech.idv2.com/2007/07/28/css-for-printing/comment-page-1/#comment-8129</link>
		<dc:creator>water</dc:creator>
		<pubDate>Tue, 22 Jan 2008 03:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://tech.idv2.com/2007/07/28/css-for-printing/#comment-8129</guid>
		<description>#header,             /* 页眉 */
#footer,             /* 页脚 */
#sidebar,            /* 侧边栏 */
#commentform,        /* 评论输入表单 */
#navigation {        /* 页面导航 */
	display: none;
}
能否详细介绍下这里是怎么用？
特别是页眉页脚，如果我想设置为空该怎么做？</description>
		<content:encoded><![CDATA[<p>#header,             /* 页眉 */<br />
#footer,             /* 页脚 */<br />
#sidebar,            /* 侧边栏 */<br />
#commentform,        /* 评论输入表单 */<br />
#navigation {        /* 页面导航 */<br />
	display: none;<br />
}<br />
能否详细介绍下这里是怎么用？<br />
特别是页眉页脚，如果我想设置为空该怎么做？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：minchao</title>
		<link>http://tech.idv2.com/2007/07/28/css-for-printing/comment-page-1/#comment-8077</link>
		<dc:creator>minchao</dc:creator>
		<pubDate>Tue, 08 Jan 2008 05:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://tech.idv2.com/2007/07/28/css-for-printing/#comment-8077</guid>
		<description>就在于media=&quot;screen&quot; /&gt;</description>
		<content:encoded><![CDATA[<p>就在于media=&#8221;screen&#8221; /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：CARSER</title>
		<link>http://tech.idv2.com/2007/07/28/css-for-printing/comment-page-1/#comment-8047</link>
		<dc:creator>CARSER</dc:creator>
		<pubDate>Fri, 28 Dec 2007 18:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://tech.idv2.com/2007/07/28/css-for-printing/#comment-8047</guid>
		<description>叙述的很好！</description>
		<content:encoded><![CDATA[<p>叙述的很好！</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：fcicq</title>
		<link>http://tech.idv2.com/2007/07/28/css-for-printing/comment-page-1/#comment-5975</link>
		<dc:creator>fcicq</dc:creator>
		<pubDate>Sat, 28 Jul 2007 09:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://tech.idv2.com/2007/07/28/css-for-printing/#comment-5975</guid>
		<description>看到这样的修改,想到了有人用greasemonkey+自定义的CSS把lifehacker的页面的这些没用的部分都去掉了.呵呵</description>
		<content:encoded><![CDATA[<p>看到这样的修改,想到了有人用greasemonkey+自定义的CSS把lifehacker的页面的这些没用的部分都去掉了.呵呵</p>
]]></content:encoded>
	</item>
</channel>
</rss>
