<?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; 代码</title>
	<atom:link href="http://wk32.com/post/tag/%e4%bb%a3%e7%a0%81/feed" rel="self" type="application/rss+xml" />
	<link>http://wk32.com</link>
	<description>记录学习生活的点点滴滴</description>
	<lastBuildDate>Tue, 10 Jan 2012 16:47:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>去掉Blogger顶部的导航栏</title>
		<link>http://wk32.com/post/329.html</link>
		<comments>http://wk32.com/post/329.html#comments</comments>
		<pubDate>Sun, 10 May 2009 07:50:59 +0000</pubDate>
		<dc:creator>小段段</dc:creator>
				<category><![CDATA[小技巧]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[代码]]></category>
		<category><![CDATA[导航栏]]></category>

		<guid isPermaLink="false">http://wk32.com/post/329.html</guid>
		<description><![CDATA[Blogger是Google提供的一个强大的免费博客系统。很多人并不喜欢出现在顶部的导航栏，其实去掉它很简单。只需要添加一段代码。 只要在布局-修改HTML中&#60;/head&#62;之前添加下面的代码就可以 #navbar-iframe {height:0px;visibility:hidden;display:none} 当然操作之前最好先对代码进行备份。 修改成功以后效果如下图： 相关文章2009年06月23日 -- 我为什么写博客 (7)2009年05月10日 -- 制作独立博客的简单方案 (5)]]></description>
			<content:encoded><![CDATA[<p>Blogger是Google提供的一个强大的免费博客系统。很多人并不喜欢出现在顶部的导航栏，其实去掉它很简单。只需要添加一段代码。</p>
<p>只要在布局-修改HTML中&lt;/head&gt;之前添加下面的代码就可以</p>
<p> <span id="more-329"></span>
</p>
<p>#navbar-iframe {height:0px;visibility:hidden;display:none}</p>
<p><img src="http://lh3.ggpht.com/_4YcZRnKgDyk/SgcgPJtf0UI/AAAAAAAABxw/Pa2lNMPn7f0/s800/2009-05-10_154237.jpg" /> </p>
<p>当然操作之前最好先对代码进行备份。</p>
<p>修改成功以后效果如下图：</p>
<p><img src="http://lh4.ggpht.com/_4YcZRnKgDyk/SgcfTpIOWYI/AAAAAAAABxU/laCdQrJzRaM/s800/2009-05-11_023551.jpg" /></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>2009年06月23日 -- <a href="http://wk32.com/post/416.html" title="我为什么写博客">我为什么写博客</a> (7)</li><li>2009年05月10日 -- <a href="http://wk32.com/post/327.html" title="制作独立博客的简单方案">制作独立博客的简单方案</a> (5)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://wk32.com/post/329.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

