<?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>FVF.me&#039;Ye &#187; 固定</title>
	<atom:link href="http://fvf.me/tag/%e5%9b%ba%e5%ae%9a/feed" rel="self" type="application/rss+xml" />
	<link>http://fvf.me</link>
	<description>我是孤独的根号5</description>
	<lastBuildDate>Mon, 19 Sep 2011 12:10:36 +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>导航栏固定位置</title>
		<link>http://fvf.me/wordpress/tips/navigation-bar-fixed-position.html</link>
		<comments>http://fvf.me/wordpress/tips/navigation-bar-fixed-position.html#comments</comments>
		<pubDate>Wed, 05 Aug 2009 10:41:21 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[小技巧]]></category>
		<category><![CDATA[position]]></category>
		<category><![CDATA[固定]]></category>
		<category><![CDATA[导航栏]]></category>

		<guid isPermaLink="false">http://fvf.me/wordpress/%e5%af%bc%e8%88%aa%e6%a0%8f%e5%9b%ba%e5%ae%9a%e4%bd%8d%e7%bd%ae.html</guid>
		<description><![CDATA[今天使用css中的 position:fixed 把header固定在了网页上头，不过万恶的IE6让人郁闷死，这个浏览器不支持 position:fixed ，所以又要找方法把这个问题解决了。什么方法呢，其实我也不是很懂！只是在 &#60;/head&#62;之前加了一段css代码： &#60;head&#62; &#60; ! -–[if !IE 6]&#62; &#60;style type=&#34;text/css&#34;&#62; #head_top{ &#160;&#160;&#160; position:fixed; } &#60;/style&#62; &#60; ![endif]–&#62; &#60;/head&#62; 注：我网页头部iv的id是head_top这样就好了！ 这样只能让主题在ie6上显示正常，不过就是不能固定位置了]]></description>
			<content:encoded><![CDATA[<p>今天使用css中的 position:fixed 把header固定在了网页上头，不过万恶的IE6让人郁闷死，这个浏览器不支持 position:fixed ，所以又要找方法把这个问题解决了。什么方法呢，其实我也不是很懂！只是在 &lt;/head&gt;之前加了一段css代码：</p>
<div class="source" style="font-family: 'Courier New', 'Lucida Console', Verdana; color: rgb(192, 192, 192); background-color: rgb(0, 0, 0); "> <span style="color: rgb(255, 255, 0); font-weight: bold; ">&lt;head&gt;</span><br /> <span style="color: rgb(192, 192, 192); ">&lt;</span><span style="color: rgb(192, 192, 192); "> ! -–[if !IE 6]&gt; </span><br /> <span style="color: rgb(255, 255, 0); font-weight: bold; ">&lt;style </span><span style="color: rgb(255, 255, 0); ">type=</span><span style="color: rgb(187, 187, 0); ">&quot;text/css&quot;</span><span style="color: rgb(255, 255, 0); font-weight: bold; ">&gt;</span><br /> <span style="color: rgb(255, 255, 0); ">#head_top</span><span style="color: rgb(192, 192, 192); ">{</span><br /> &nbsp;&nbsp;&nbsp; <span style="color: rgb(255, 255, 0); font-weight: bold; ">position</span><span style="color: rgb(192, 192, 192); ">:</span><span style="color: rgb(255, 255, 0); font-weight: bold; ">fixed</span>;<br /> <span style="color: rgb(192, 192, 192); ">}</span><br /> <span style="color: rgb(255, 255, 0); font-weight: bold; ">&lt;/style&gt;</span><br /> <span style="color: rgb(192, 192, 192); ">&lt;</span><span style="color: rgb(192, 192, 192); "> ![endif]–&gt;</span><br /> <span style="color: rgb(255, 255, 0); font-weight: bold; ">&lt;/head&gt;</span></div>
<p>注：我网页头部iv的id是head_top这样就好了！</p>
<p>这样只能让主题在ie6上显示正常，不过就是不能固定位置了 </p>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/wordpress/tips/navigation-bar-fixed-position.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

