<?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>「javascript 垂直捲動選單」的迴響</title>
	<atom:link href="http://blog.hsin.tw/2008/javascript-vertical-carousel-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hsin.tw/2008/javascript-vertical-carousel-menu/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Dec 2011 09:14:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>由：admin</title>
		<link>http://blog.hsin.tw/2008/javascript-vertical-carousel-menu/comment-page-1/#comment-1849</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 03 Jan 2011 04:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hsin.tw/?p=91#comment-1849</guid>
		<description>我想沒辦法直接套用
flash會有相同的東西
但是寫法會不一樣</description>
		<content:encoded><![CDATA[<p>我想沒辦法直接套用<br />
flash會有相同的東西<br />
但是寫法會不一樣</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Fang</title>
		<link>http://blog.hsin.tw/2008/javascript-vertical-carousel-menu/comment-page-1/#comment-1846</link>
		<dc:creator>Fang</dc:creator>
		<pubDate>Sun, 02 Jan 2011 16:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hsin.tw/?p=91#comment-1846</guid>
		<description>請問這個也可以運用在寫flash嗎?</description>
		<content:encoded><![CDATA[<p>請問這個也可以運用在寫flash嗎?</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：hsin</title>
		<link>http://blog.hsin.tw/2008/javascript-vertical-carousel-menu/comment-page-1/#comment-544</link>
		<dc:creator>hsin</dc:creator>
		<pubDate>Sat, 19 Sep 2009 03:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hsin.tw/?p=91#comment-544</guid>
		<description>可以參考另一篇&lt;a href=&quot;http://blog.hsin.tw/2008/javascript-vertical-carousel/&quot; rel=&quot;nofollow&quot;&gt;javascript 垂直輪播(跑馬燈、vertical carousel)&lt;/a&gt;的作法來修改喔</description>
		<content:encoded><![CDATA[<p>可以參考另一篇<a href="http://blog.hsin.tw/2008/javascript-vertical-carousel/" rel="nofollow">javascript 垂直輪播(跑馬燈、vertical carousel)</a>的作法來修改喔</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：小菜菜</title>
		<link>http://blog.hsin.tw/2008/javascript-vertical-carousel-menu/comment-page-1/#comment-539</link>
		<dc:creator>小菜菜</dc:creator>
		<pubDate>Thu, 17 Sep 2009 09:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hsin.tw/?p=91#comment-539</guid>
		<description>另外若想自動判定是否捲動,即到達頁尾的時候&quot;往下&quot;鍵變成display:0,反之亦然,能否撥冗指點呢,五體投地再謝!</description>
		<content:encoded><![CDATA[<p>另外若想自動判定是否捲動,即到達頁尾的時候"往下"鍵變成display:0,反之亦然,能否撥冗指點呢,五體投地再謝!</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：小菜菜</title>
		<link>http://blog.hsin.tw/2008/javascript-vertical-carousel-menu/comment-page-1/#comment-536</link>
		<dc:creator>小菜菜</dc:creator>
		<pubDate>Wed, 16 Sep 2009 21:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hsin.tw/?p=91#comment-536</guid>
		<description>先謝謝大大慷慨分享創作!若想改為簡易的捲動軸使用,於onMouseOver連續觸發捲動並於onMouseOut中止,要如何修改呢?萬分感激!</description>
		<content:encoded><![CDATA[<p>先謝謝大大慷慨分享創作!若想改為簡易的捲動軸使用,於onMouseOver連續觸發捲動並於onMouseOut中止,要如何修改呢?萬分感激!</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：hsin</title>
		<link>http://blog.hsin.tw/2008/javascript-vertical-carousel-menu/comment-page-1/#comment-23</link>
		<dc:creator>hsin</dc:creator>
		<pubDate>Tue, 27 Jan 2009 17:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hsin.tw/?p=91#comment-23</guid>
		<description>點每塊程式碼左上角的copy to clipboard直接複製起來
或是按view plain
會跳出一頁只有純文字的程式碼

把第一段的貼在&lt;script&gt;&lt;/script&gt;裡
再放在&lt;head&gt;&lt;/head&gt;或&lt;body&gt;&lt;/body&gt;裡
第二段貼在&lt;body&gt;&lt;/body&gt;裡
基本上就可以動囉
再照你需要的功能更改裡面的東西囉

或是按文章尾有個範例連結
連過去以後直接看原始檔也是可以的</description>
		<content:encoded><![CDATA[<p>點每塊程式碼左上角的copy to clipboard直接複製起來<br />
或是按view plain<br />
會跳出一頁只有純文字的程式碼</p>
<p>把第一段的貼在&lt;script>&lt;/script>裡<br />
再放在&lt;head>&lt;/head>或&lt;body>&lt;/body>裡<br />
第二段貼在&lt;body>&lt;/body>裡<br />
基本上就可以動囉<br />
再照你需要的功能更改裡面的東西囉</p>
<p>或是按文章尾有個範例連結<br />
連過去以後直接看原始檔也是可以的</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：fong2755</title>
		<link>http://blog.hsin.tw/2008/javascript-vertical-carousel-menu/comment-page-1/#comment-22</link>
		<dc:creator>fong2755</dc:creator>
		<pubDate>Tue, 27 Jan 2009 16:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hsin.tw/?p=91#comment-22</guid>
		<description>大大安安
請問網頁中要如何用勒?
感謝</description>
		<content:encoded><![CDATA[<p>大大安安<br />
請問網頁中要如何用勒?<br />
感謝</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Life["Breathing"] &#187; javascript 水平捲動選單</title>
		<link>http://blog.hsin.tw/2008/javascript-vertical-carousel-menu/comment-page-1/#comment-21</link>
		<dc:creator>Life["Breathing"] &#187; javascript 水平捲動選單</dc:creator>
		<pubDate>Sun, 28 Dec 2008 14:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hsin.tw/?p=91#comment-21</guid>
		<description>[...] 根據這一篇跟這一篇的原理  可以使用同樣的方法製作水平捲動選單 [...]</description>
		<content:encoded><![CDATA[<p>[...] 根據這一篇跟這一篇的原理  可以使用同樣的方法製作水平捲動選單 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

