<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[A.PAO designSTUDIO BLOG]]></title> 
<link>https://blog.apao.idv.tw/index.php</link> 
<description><![CDATA[A.PAO designSTUDIO 阿保工作室]]></description> 
<language>zh-tw</language> 
<copyright><![CDATA[A.PAO designSTUDIO BLOG]]></copyright>
<item>
<link>https://blog.apao.idv.tw/post/1137/</link>
<title><![CDATA[jQuery SmoothPageScroll]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[jQuery]]></category>
<pubDate>Wed, 07 Oct 2015 02:11:26 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post/1137/</guid> 
<description>
<![CDATA[ 
	<a href="https://blog.apao.idv.tw/attachment.php?fid=2245" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=2245" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0" width="540"/></a><br/><br/>重點：<br/><div class="code">&lt;!--按下two連結--&gt;<br/>&lt;a href=&quot;#two&quot;&gt;go two&lt;/a&gt;<br/>&lt;!--這裡必須預留比瀏覽器高的空間--&gt;<br/>&lt;!--會捲至two的位置--&gt;<br/>&lt;h1 id=&quot;two&quot;&gt;</div><br/><br/>出處：<br/><a href="https://css-tricks.com/snippets/jquery/smooth-scrolling/" target="_blank">https://css-tricks.com/snippets/jquery/smooth-scrolling/</a><br/><br/>Demo:<br/><a href="https://css-tricks.com/examples/SmoothPageScroll/" target="_blank">https://css-tricks.com/examples/SmoothPageScroll/</a><br/>Tags - <a href="https://blog.apao.idv.tw/tags/jquery/" rel="tag">jquery</a> , <a href="https://blog.apao.idv.tw/tags/smoothpagescroll/" rel="tag">smoothpagescroll</a> , <a href="https://blog.apao.idv.tw/tags/%25E6%2585%25A2%25E6%2585%25A2/" rel="tag">慢慢</a> , <a href="https://blog.apao.idv.tw/tags/%25E6%258D%25B2%25E5%258B%2595%25E5%25BC%258F/" rel="tag">捲動式</a>
]]>
</description>
</item><item>
<link>https://blog.apao.idv.tw/post/897/</link>
<title><![CDATA[Scroll Follow 板塊位置漸進跟隨]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[jQuery]]></category>
<pubDate>Sun, 19 Aug 2012 06:24:27 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post/897/</guid> 
<description>
<![CDATA[ 
	<a href="https://blog.apao.idv.tw/attachment.php?fid=1450" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=1450" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/><br/>於head間置放：<br/><div class="code">&lt;script type=&quot;text/javascript&quot; src=&quot;&#123;js&#125;/jquery.js&quot;&gt;&lt;/script&gt;<br/>&lt;script type=&quot;text/javascript&quot; src=&quot;&#123;js&#125;/ui.core.js&quot;&gt;&lt;/script&gt;<br/>&lt;script type=&quot;text/javascript&quot; src=&quot;&#123;js&#125;/jquery.scroll-follow.js&quot;&gt;&lt;/script&gt;<br/>&lt;script type=&quot;text/javascript&quot;&gt;<br/>$( document ).ready( function ()&#123;<br/>&nbsp;&nbsp;$(&#039;#sideBar&#039;).scrollFollow(&#123;&#125;);<br/>&#125;);<br/><br/>//option<br/>$( document ).ready( function () &#123;<br/>&nbsp;&nbsp;$( &#039;#sideBar&#039; ).scrollFollow( &#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;speed: 2000,<br/>&nbsp;&nbsp;&nbsp;&nbsp;offset: 0,<br/>&nbsp;&nbsp;&nbsp;&nbsp;killSwitch: &#039;exampleLink&#039;,<br/>&nbsp;&nbsp;&nbsp;&nbsp;onText: &#039;Disable Follow&#039;,<br/>&nbsp;&nbsp;&nbsp;&nbsp;offText: &#039;Enable Follow&#039;<br/>&nbsp;&nbsp;&#125; );<br/>&#125; );<br/>&lt;/script&gt;</div><br/><br/>※speed: 2000,(速度)<br/>※offset: 0,(top位置)<br/><br/><strong>Requirements (必備零件)</strong><br/>&nbsp;&nbsp;&nbsp;&nbsp;jQuery (tested with 1.2.6)<br/>&nbsp;&nbsp;&nbsp;&nbsp;jQuery UI Core (tested with 1.5.2)<br/><br/><strong>Optional (追加零件)</strong><br/>&nbsp;&nbsp;&nbsp;&nbsp;jQuery Easing Plugin<br/>&nbsp;&nbsp;&nbsp;&nbsp;jQuery Cookie Plugin<br/><br/>DEMO:<br/><a href="http://blog.apao.idv.tw/sample/ScrollFollow/index.html" target="_blank">http://blog.apao.idv.tw/sample/ScrollFollow/index.html</a><br/><br/>出處：<br/><a href="http://kitchen.net-perspective.com/open-source/scroll-follow/" target="_blank">http://kitchen.net-perspective.com/open-source/scroll-follow/</a><br/>Tags - <a href="https://blog.apao.idv.tw/tags/scroll/" rel="tag">scroll</a> , <a href="https://blog.apao.idv.tw/tags/follow/" rel="tag">follow</a>
]]>
</description>
</item><item>
<link>https://blog.apao.idv.tw/post/896/</link>
<title><![CDATA[footer 固定於下方 footerFixed]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[jQuery]]></category>
<pubDate>Thu, 16 Aug 2012 10:00:49 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post/896/</guid> 
<description>
<![CDATA[ 
	<a href="https://blog.apao.idv.tw/attachment.php?fid=1449" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=1449" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/><br/>使用CSS需要寫一大串將footer的部份固定在最下方，但jQuery提供了很方便的方式<br/><br/>使用方式如下：<br/>1.下載並放置於伺服器的適當path<br/>這個檔案只能在登入之後下載。請先 <a href="https://blog.apao.idv.tw/login.php?job=register">註冊</a> 或 <a href="https://blog.apao.idv.tw/login.php">登入</a><br/><br/>2.html head 中要加：<br/><div class="code">&lt;script type=&quot;text/javascript&quot; src=&quot;js/footerFixed.js&quot;&gt;&lt;/script&gt;</div><br/><br/>3.在html div的 footer部份中再寫入：<br/><div class="code">&lt;div id=footer&gt;&lt;/div&gt;</div><br/><br/>demo:<br/><a href="http://blog.apao.idv.tw/sample/footerFixed/" target="_blank">http://blog.apao.idv.tw/sample/footerFixed/</a><br/><br/><br/><br/><br/><br/><br/>Tags - <a href="https://blog.apao.idv.tw/tags/footer/" rel="tag">footer</a> , <a href="https://blog.apao.idv.tw/tags/%25E5%259B%25BA%25E5%25AE%259A%25E6%2596%25BC%25E4%25B8%258B%25E6%2596%25B9/" rel="tag">固定於下方</a> , <a href="https://blog.apao.idv.tw/tags/footerfixed/" rel="tag">footerfixed</a>
]]>
</description>
</item><item>
<link>https://blog.apao.idv.tw/post/869/</link>
<title><![CDATA[MouseOver時滑動圖片]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[jQuery]]></category>
<pubDate>Wed, 01 Feb 2012 05:01:45 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post/869/</guid> 
<description>
<![CDATA[ 
	<a href="https://blog.apao.idv.tw/attachment.php?fid=1373" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=1373" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/><br/><div class="code">#id名 &#123;<br/>&nbsp;&nbsp;width:296px;<br/>&nbsp;&nbsp;height:130px; //半分の高さ<br/>&nbsp;&nbsp;position:relative;<br/>&nbsp;&nbsp;overflow:hidden;<br/>&#125;</div><br/><br/>JavaScript為以下的寫法<br/><br/><div class="code">&lt;script type=&quot;text/javascript&quot; src=&quot;jquery-1.6.1.min.js&quot;&gt;&lt;/script&gt;<br/>&lt;script type=&quot;text/javascript&quot;&gt;<br/>$(function()&#123;<br/>&nbsp;&nbsp;$(&quot;#id名 a&quot;).hover(function()&#123; //id之下 a:hover 的動作<br/>&nbsp;&nbsp;&nbsp;&nbsp;$(&quot;img&quot;, this).stop().animate(&#123;top:&quot;-130px&quot;&#125;,&#123;duration:200&#125;); //從top位置-130px距離 以200ms 速度移動至0px位置<br/>&nbsp;&nbsp;&#125;, function() &#123; //マウスが外れた時<br/>&nbsp;&nbsp;&nbsp;&nbsp;$(&quot;img&quot;, this).stop().animate(&#123;top:&quot;0px&quot;&#125;,&#123;duration:200&#125;);//從top位置0px回原位 以200ms 速度移動<br/>&nbsp;&nbsp;&#125;);<br/>&#125;);<br/>&lt;/script&gt;</div><br/><br/>出處：<br/><a href="http://www.htmldrive.net/items/show/886/Useful-image-hover-slide-effect-with-jQuery" target="_blank">http://www.htmldrive.net/items/show/886/Useful-image-hover-slide-effect-with-jQuery</a><br/><br/>參考：<br/><a href="http://www.skuare.net/test/jimghover.html" target="_blank">http://www.skuare.net/test/jimghover.html</a><br/><br/>demo:<br/><a href="http://apao.zapto.org/~apao/jQuery/MouseOver/" target="_blank">http://apao.zapto.org/~apao/jQuery/MouseOver/</a><br/>Tags - <a href="https://blog.apao.idv.tw/tags/mouseover%25E6%2599%2582%25E6%25BB%2591%25E5%258B%2595%25E5%259C%2596%25E7%2589%2587/" rel="tag">mouseover時滑動圖片</a>
]]>
</description>
</item><item>
<link>https://blog.apao.idv.tw/post/868/</link>
<title><![CDATA[清單中背景出現動畫 jQuery Background Position]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[jQuery]]></category>
<pubDate>Wed, 01 Feb 2012 03:44:35 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post/868/</guid> 
<description>
<![CDATA[ 
	<a href="https://blog.apao.idv.tw/attachment.php?fid=1372" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=1372" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/><br/><div class="code">&lt;style&gt;&nbsp;&nbsp;<br/>ul &#123;list-style:none;margin:0;padding:0;&#125;<br/>li &#123;float:left;width:100px;line-height:25px;height:25px;margin:0;padding:0;text-align:center;&#125;<br/>li a &#123;background:url(背景圖片) repeat 0 0;display:block;padding:5px 10px;color:#FFF;text-decoration:none;border-right:1px solid #FFF;&#125;<br/>&lt;/style&gt;<br/>&lt;script type=&quot;text/javascript&quot; src=&quot;jquery-1.3.2.js&quot;&gt;&lt;/script&gt;<br/>&lt;script type=&quot;text/javascript&quot; src=&quot;jquery.bgpos.js&quot;&gt;&lt;/script&gt;<br/>&lt;script type=&quot;text/javascript&quot;&gt;<br/>$(document).ready(function() &#123;<br/>&nbsp;&nbsp;$(&#039;li a&#039;)<br/>&nbsp;&nbsp;&nbsp;&nbsp;.css( &#123;backgroundPosition: &quot;-20px 35px&quot;&#125; ) //デフォルト時、背景画像を横-20px、縦35pxに指定。<br/>&nbsp;&nbsp;&nbsp;&nbsp;.mouseover(function()&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(this).stop().animate(&#123;backgroundPosition:&quot;(-20px 94px)&quot;&#125;, &#123;duration:500&#125;)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//マウスオーバー時に縦位置94pxに0.5秒かけて移動<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#125;)<br/>&nbsp;&nbsp;&nbsp;&nbsp;.mouseout(function()&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(this).stop().animate(&#123;backgroundPosition:&quot;(40px 35px)&quot;&#125;, &#123;duration:200, complete:function()&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//マウスアウト時に横位置40px、縦位置35pxに2秒かけて移動<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(this).css(&#123;backgroundPosition: &quot;-20px 35px&quot;&#125;)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//移動完了後、元の位置に戻す<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#125;&#125;)<br/>&nbsp;&nbsp;&#125;)<br/>&#125;);<br/>&lt;/script&gt;</div><br/><br/>html中放置<br/><div class="code">&lt;ul id=&quot;demo&quot;&gt;<br/>&nbsp;&nbsp;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;<br/>&nbsp;&nbsp;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;About&lt;/a&gt;&lt;/li&gt;<br/>&nbsp;&nbsp;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Contact&lt;/a&gt;&lt;/li&gt;<br/></div></ul><br/><br/>備註：詳細可參考demo中CSS ID+Script的作法，可分好幾種動畫。<br/><br/><div class="code">&nbsp;&nbsp;$(&#039;#a a&#039;)<br/>&nbsp;&nbsp;&nbsp;&nbsp;.css( &#123;backgroundPosition: &quot;-20px 35px&quot;&#125; )<br/>&nbsp;&nbsp;&nbsp;&nbsp;.mouseover(function()&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(this).stop().animate(&#123;backgroundPosition:&quot;(-20px 94px)&quot;&#125;, &#123;duration:500&#125;)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#125;)<br/>&nbsp;&nbsp;&nbsp;&nbsp;.mouseout(function()&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(this).stop().animate(&#123;backgroundPosition:&quot;(40px 35px)&quot;&#125;, &#123;duration:200, complete:function()&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(this).css(&#123;backgroundPosition: &quot;-20px 35px&quot;&#125;)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#125;&#125;)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#125;)</div><br/><br/>出處：<br/><a href="http://snook.ca/technical/jquery-bg/" target="_blank">http://snook.ca/technical/jquery-bg/</a><br/><br/>參考:<br/><a href="http://www.skuare.net/test/jBgpos.html" target="_blank">http://www.skuare.net/test/jBgpos.html</a><br/><br/>demo:<br/><a href="http://apao.zapto.org/~apao/jQuery/Background_Position/" target="_blank">http://apao.zapto.org/~apao/jQuery/Background_Position/</a><br/><br/>Tags - <a href="https://blog.apao.idv.tw/tags/jquery/" rel="tag">jquery</a> , <a href="https://blog.apao.idv.tw/tags/background/" rel="tag">background</a> , <a href="https://blog.apao.idv.tw/tags/position/" rel="tag">position</a> , <a href="https://blog.apao.idv.tw/tags/%25E6%25B8%2585%25E5%2596%25AE/" rel="tag">清單</a> , <a href="https://blog.apao.idv.tw/tags/%25E8%2583%258C%25E6%2599%25AF/" rel="tag">背景</a> , <a href="https://blog.apao.idv.tw/tags/%25E5%258B%2595%25E7%2595%25AB/" rel="tag">動畫</a>
]]>
</description>
</item><item>
<link>https://blog.apao.idv.tw/post/864/</link>
<title><![CDATA[單色動畫MENU清單 jQuery flashy navigation]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[jQuery]]></category>
<pubDate>Wed, 01 Feb 2012 02:11:44 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post/864/</guid> 
<description>
<![CDATA[ 
	<a href="https://blog.apao.idv.tw/attachment.php?fid=1365" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=1365" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/><br/>下載以下各個.js後，放入[head]~[/head]之間<br/><div class="code">&lt;script type=&quot;text/javascript&quot; src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.js&quot;&gt;&lt;/script&gt;<br/>&lt;script type=&quot;text/javascript&quot; src=&quot;jquery.easing.1.3.js&quot;&gt;&lt;/script&gt;<br/>&lt;script type=&quot;text/javascript&quot; src=&quot;jquery.hoverIntent.minified.js&quot;&gt;&lt;/script&gt;<br/>&lt;script type=&quot;text/javascript&quot; src=&quot;jquery.flashyNav.1.0.js&quot;&gt;&lt;/script&gt;<br/><br/>&lt;script type=&quot;text/javascript&quot;&gt;<br/>$(function()&#123;<br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp;$(&#039;.nav1&#039;).flashyNav(&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;rolloverColor: &#039;#5400ff&#039;,&nbsp;&nbsp;//the default color of the rollover element<br/>&nbsp;&nbsp;&nbsp;&nbsp;rolloverDuration: 1000,&nbsp;&nbsp;//the default duration for the rollover<br/>&nbsp;&nbsp;&nbsp;&nbsp;easingMethod: &#039;easeInOutQuint&#039;&nbsp;&nbsp;//easing method used for animation<br/>&nbsp;&nbsp;&#125;);<br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp;$(&#039;.nav2&#039;).flashyNav(&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;rolloverColor: &#039;#00d2ff&#039;,&nbsp;&nbsp;//the default color of the rollover element<br/>&nbsp;&nbsp;&nbsp;&nbsp;rolloverDuration: 800,&nbsp;&nbsp;//the default duration for the rollover<br/>&nbsp;&nbsp;&nbsp;&nbsp;easingMethod: &#039;easeOutBounce&#039;&nbsp;&nbsp;//easing method used for animation<br/>&nbsp;&nbsp;&#125;);<br/><br/>&nbsp;&nbsp;$(&#039;.nav3&#039;).flashyNav(&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;rolloverColor: &#039;#a800ff&#039;,&nbsp;&nbsp;//the default color of the rollover element<br/>&nbsp;&nbsp;&nbsp;&nbsp;rolloverDuration: 800,&nbsp;&nbsp;//the default duration for the rollover<br/>&nbsp;&nbsp;&nbsp;&nbsp;easingMethod: &#039;easeOutElastic&#039;&nbsp;&nbsp;//easing method used for animation<br/>&nbsp;&nbsp;&#125;);<br/>&nbsp;&nbsp;<br/>&#125;);<br/>&lt;/script&gt;<br/><br/>&lt;style type=&quot;text/css&quot;&gt;<br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp;* &#123;margin:0; padding:0&#125;<br/>&nbsp;&nbsp;body &#123;background: #000; color:#fff; margin:20px; font-family:Arial, Helvetica, sans-serif; font-size:11px&#125;<br/>&nbsp;&nbsp;a &#123;color:#fff&#125;<br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp;ul.nav &#123;list-style:none; margin:20px; width:300px; font-size:10px; font-family:Arial, Helvetica, sans-serif; font-weight:bold&#125;<br/>&nbsp;&nbsp;ul.nav li &#123;position:relative; border-bottom:1px solid #333; display:block; height:30px; overflow:hidden&#125;<br/>&nbsp;&nbsp;ul.nav li a &#123;position:relative; color:#fff; text-decoration:none; display:block; height:20px; padding:10px 0 0 10px; z-index:100; text-transform:uppercase&#125;<br/>&nbsp;&nbsp;<br/>&lt;/style&gt;</div><br/><br/>html中放入，依照上方[javascript]共有三種變化。<br/><div class="code">&lt;ul class=&quot;nav nav1&quot;&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;li&gt;&lt;a href=&quot;&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li&gt;&lt;a href=&quot;&quot;&gt;About Us&lt;/a&gt;&lt;/li&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li&gt;&lt;a href=&quot;&quot;&gt;Services&lt;/a&gt;&lt;/li&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li&gt;&lt;a href=&quot;&quot;&gt;Products&lt;/a&gt;&lt;/li&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li&gt;&lt;a href=&quot;&quot;&gt;Contact Us&lt;/a&gt;&lt;/li&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ul&gt;</div><br/><br/>出處：<br/><a href="http://www.brandammo.co.uk/blog/2011/04/jquery-flashy-navigation-with-easing-and-hoverintent/" target="_blank">http://www.brandammo.co.uk/blog/2011/04/jquery-flashy-navigation-with-easing-and-hoverintent/</a><br/><br/>demo:<br/><a href="http://apao.zapto.org/~apao/jQuery/flashy_navigation/" target="_blank">http://apao.zapto.org/~apao/jQuery/flashy_navigation/</a><br/><br/>當地備份:<br/>這個檔案只能在登入之後下載。請先 <a href="https://blog.apao.idv.tw/login.php?job=register">註冊</a> 或 <a href="https://blog.apao.idv.tw/login.php">登入</a><br/>Tags - <a href="https://blog.apao.idv.tw/tags/jquery/" rel="tag">jquery</a> , <a href="https://blog.apao.idv.tw/tags/flashy/" rel="tag">flashy</a> , <a href="https://blog.apao.idv.tw/tags/navigation/" rel="tag">navigation</a> , <a href="https://blog.apao.idv.tw/tags/%25E5%2596%25AE%25E8%2589%25B2%25E5%258B%2595%25E7%2595%25AB/" rel="tag">單色動畫</a> , <a href="https://blog.apao.idv.tw/tags/menu/" rel="tag">menu</a> , <a href="https://blog.apao.idv.tw/tags/%25E6%25B8%2585%25E5%2596%25AE/" rel="tag">清單</a>
]]>
</description>
</item><item>
<link>https://blog.apao.idv.tw/post/856/</link>
<title><![CDATA[一行內顯示的電子看版「jQuery WebTicker」]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[jQuery]]></category>
<pubDate>Mon, 02 Jan 2012 06:22:54 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post/856/</guid> 
<description>
<![CDATA[ 
	<a href="https://blog.apao.idv.tw/attachment.php?fid=1341" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=1341" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/><br/>從<a href="http://jonmifsud.com/web-tools/jquery-webticker/" target="_blank">jQuery WebTicker</a> 下載 jquery.webticker.js<br/><div class="code">&lt;script type=&quot;text/javascript&quot; src=&quot;jquery-1.6.1.min.js&quot;&gt;&lt;/script&gt;<br/>&lt;script type=&quot;text/javascript&quot; src=&quot;jquery.webticker.js&quot;&gt;&lt;/script&gt;<br/>&lt;script type=&quot;text/javascript&quot;&gt;<br/>$(document).ready(function() &#123;<br/>&nbsp;&nbsp;$(&quot;#id名&quot;).webTicker(&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;travelocity: 0.1, //速度<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;direction: 1, //-1で逆向<br/>&nbsp;&nbsp;&#125;)<br/>&#125;);<br/>&lt;/script&gt;</div><br/>また、CSS內容記載如下<br/><div class="code">&lt;style&gt;<br/>.tickercontainer &#123;&nbsp;&nbsp;//電子看板的大小設定<br/>width: 500px;<br/>height: 27px;<br/>margin: 0;<br/>padding: 0;<br/>overflow: hidden;<br/>&#125;<br/><br/>.tickercontainer .mask &#123;<br/>position: relative;<br/>top: 8px;<br/>height: 18px;<br/>overflow: hidden;<br/>&#125;<br/><br/>ul.newsticker &#123;<br/>position: relative;<br/>list-style-type: none;<br/>margin: 0;<br/>padding: 0;&#125;<br/><br/>ul.newsticker li &#123; <br/>float: left;<br/>margin: 0;<br/>padding-right: 15px; //要素間的余白<br/>&#125;<br/>&lt;/style&gt;</div><br/>剩下紀錄於HTML中<br/><div class="code">&lt;ul id=&quot;id名&quot;&gt;<br/>&nbsp;&nbsp;&lt;li&gt;1&lt;/li&gt;<br/>&nbsp;&nbsp;&lt;li&gt;2&lt;/li&gt;<br/>&nbsp;&nbsp;&lt;!-- 以下個数分 --&gt;<br/>&lt;/ul&gt;<br/></div><br/><br/>下載：<br/><a href="attachment.php?fid=1340">點擊這裡下載檔案</a><br/><a href="attachment.php?fid=1339">點擊這裡下載檔案</a><br/>Tags - <a href="https://blog.apao.idv.tw/tags/%25E4%25B8%2580%25E8%25A1%258C%25E5%2585%25A7%25E9%25A1%25AF%25E7%25A4%25BA%25E7%259A%2584%25E9%259B%25BB%25E5%25AD%2590%25E7%259C%258B%25E7%2589%2588%25E3%2580%258Cjquery/" rel="tag">一行內顯示的電子看版「jquery</a> , <a href="https://blog.apao.idv.tw/tags/webticker%25E3%2580%258D/" rel="tag">webticker」</a>
]]>
</description>
</item><item>
<link>https://blog.apao.idv.tw/post/823/</link>
<title><![CDATA[可設定不同內容的連結氣球 (JavaScript「mouseinfobox plugin for jQuery」)]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[jQuery]]></category>
<pubDate>Sun, 09 Oct 2011 04:50:47 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post/823/</guid> 
<description>
<![CDATA[ 
	<a href="https://blog.apao.idv.tw/attachment.php?fid=1238" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=1238" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0" width="450"/></a><br/><br/><a href="http://portfolio.cmegnin.fr/mouseinfobox/" target="_blank">Mouseinfobox plugin for jQuery</a>下載相關檔案<br/><div class="code">&lt;link rel=&quot;stylesheet&quot; href=&quot;jquery.mouseinfobox.css&quot; media=&quot;all&quot; /&gt; <br/>&lt;script type=&quot;text/javascript&quot; src=&quot;jquery-1.6.1.min.js&quot;&gt;&lt;/script&gt;<br/>&lt;script type=&quot;text/javascript&quot; src=&quot;jquery.mouseinfobox.js&quot;&gt;&lt;/script&gt;<br/>&lt;script&gt;<br/>$(function()&#123;<br/>&nbsp;&nbsp;$(&#039;.class名&#039;).infoBox(&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;animation: &#91;&#039;opacity&#039;, &#039;bottom&#039;&#93;, //動畫 透過與位置<br/>&nbsp;&nbsp;&nbsp;&nbsp;animDuration 200, //動畫速度<br/>&nbsp;&nbsp;&nbsp;&nbsp;offsetX: 20, //x位置<br/>&nbsp;&nbsp;&nbsp;&nbsp;offsetY: -20, //y位置<br/>&nbsp;&nbsp;&nbsp;&nbsp;bottomPos: true, //從bottom顯示<br/>&nbsp;&nbsp;&nbsp;&nbsp;rightPos: false //從right顯示<br/>&nbsp;&nbsp;&#125;);<br/>&#125;);<br/>&lt;/script&gt;<br/>以及在class名上顯示的內容於title上記述。<br/>&lt;div class=&quot;class名&quot; title=&quot;ツールチップテキスト&quot;&gt;テキスト&lt;/div&gt;<br/></div><br/><br/>這個檔案只能在登入之後下載。請先 <a href="https://blog.apao.idv.tw/login.php?job=register">註冊</a> 或 <a href="https://blog.apao.idv.tw/login.php">登入</a><br/><br/>備註：與mootools同時使用時，會無法動作。<br/><br/>Tags - <a href="https://blog.apao.idv.tw/tags/%25E8%25A8%25AD%25E5%25AE%259A/" rel="tag">設定</a> , <a href="https://blog.apao.idv.tw/tags/%25E4%25B8%258D%25E5%2590%258C/" rel="tag">不同</a> , <a href="https://blog.apao.idv.tw/tags/%25E5%2585%25A7%25E5%25AE%25B9/" rel="tag">內容</a> , <a href="https://blog.apao.idv.tw/tags/%25E9%2580%25A3%25E7%25B5%2590/" rel="tag">連結</a> , <a href="https://blog.apao.idv.tw/tags/%25E6%25B0%25A3%25E7%2590%2583/" rel="tag">氣球</a> , <a href="https://blog.apao.idv.tw/tags/javascript/" rel="tag">javascript</a> , <a href="https://blog.apao.idv.tw/tags/mouseinfobox/" rel="tag">mouseinfobox</a> , <a href="https://blog.apao.idv.tw/tags/plugin/" rel="tag">plugin</a> , <a href="https://blog.apao.idv.tw/tags/for/" rel="tag">for</a> , <a href="https://blog.apao.idv.tw/tags/jquery/" rel="tag">jquery</a>
]]>
</description>
</item><item>
<link>https://blog.apao.idv.tw/post/809/</link>
<title><![CDATA[讓圖片由右至左自動切換畫面的功能 (iSlider)]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[jQuery]]></category>
<pubDate>Mon, 05 Sep 2011 03:02:17 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post/809/</guid> 
<description>
<![CDATA[ 
	<a href="https://blog.apao.idv.tw/attachment.php?fid=1217" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=1217" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0" width="400"/></a><br/>▲ 這是讓圖檔可以由右至左移動，並替換的功能<br/><br/>下載相關檔案 <a href="http://www.jquery.gr/iSlider/index.php" target="_blank">iSlider - Photo Slider - jQuery Plugin</a><br/><div class="code">&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;islider.css&quot; /&gt;<br/>&lt;script type=&quot;text/javascript&quot; src=&quot;jquery-1.6.1.min.js&quot;&gt;&lt;/script&gt;<br/>&lt;script type=&quot;text/javascript&quot; src=&quot;islider.js&quot;&gt;&lt;/script&gt;<br/>&lt;script type=&quot;text/javascript&quot;&gt;<br/>$(document).ready(function() &#123;<br/>$().islider();<br/>&#125;);<br/>&lt;/script&gt;<br/></div><br/><div class="code">&lt;div class=&quot;window&quot;&gt;<br/>&lt;div class=&quot;islider&quot;&gt;&lt;img src=&quot;1.jpg&quot; /&gt;&lt;/div&gt;<br/>&lt;div class=&quot;islider&quot;&gt;&lt;img src=&quot;2.jpg&quot; /&gt;&lt;/div&gt;<br/>&lt;div class=&quot;islider&quot;&gt;&lt;img src=&quot;3.jpg&quot; /&gt;&lt;/div&gt;<br/>&lt;!-- 以下画像分 --&gt;<br/>&lt;/div&gt;<br/></div><br/><br/>速度可至 islider.js 中調整<br/><br/>Demo:<br/><a href="http://apao.zapto.org/~apao/" target="_blank">http://apao.zapto.org/~apao/</a><br/>Tags - <a href="https://blog.apao.idv.tw/tags/%25E5%259C%2596%25E7%2589%2587/" rel="tag">圖片</a> , <a href="https://blog.apao.idv.tw/tags/%25E4%25B8%2580%25E5%25BC%25B5/" rel="tag">一張</a> , <a href="https://blog.apao.idv.tw/tags/%25E5%2591%2588%25E7%258F%25BE/" rel="tag">呈現</a> , <a href="https://blog.apao.idv.tw/tags/%25E5%258A%259F%25E8%2583%25BD/" rel="tag">功能</a> , <a href="https://blog.apao.idv.tw/tags/islider/" rel="tag">islider</a>
]]>
</description>
</item><item>
<link>https://blog.apao.idv.tw/post/808/</link>
<title><![CDATA[頁面會上下開啓的功能 (IntroTzikas)]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[jQuery]]></category>
<pubDate>Wed, 31 Aug 2011 08:04:18 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post/808/</guid> 
<description>
<![CDATA[ 
	<a href="https://blog.apao.idv.tw/attachment.php?fid=1215" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=1215" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/>▲當頁面讀進來時，像是上下開啓的門，並做淡入的功能<br/><br/>到<a href="http://www.jquery.gr/introtzikas/" target="_blank"> IntroTzikas - Animated Intro - jQuery Plugin </a>下載以下需要的 js<br/><br/><div class="code">&lt;script src=&quot;&lt;階層&gt;/jquery-1.5.1.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&nbsp;&nbsp;<br/>&lt;script src=&quot;&lt;階層&gt;/introtzikas.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br/>&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;<br/>$(document).ready(function()&#123;<br/>&nbsp;&nbsp;$().introtzikas(&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp; line: &#039;#FFF&#039;, //線的顏色<br/>&nbsp;&nbsp;&nbsp;&nbsp; speedwidth: 3000, //橫幅移動完成的速度<br/>&nbsp;&nbsp;&nbsp;&nbsp; speedheight: 2000, //高度移動的速度<br/>&nbsp;&nbsp;&nbsp;&nbsp; bg: &#039;red&#039; //背景色<br/>&nbsp;&nbsp;&#125;); <br/>&#125;);<br/>&lt;/script&gt;</div><br/><br/>範例網址：<br/><a href="http://www.eton.tw/" target="_blank">http://www.eton.tw/</a><br/><br/><a href="https://blog.apao.idv.tw/attachment.php?fid=1216" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=1216" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0" width="540"/></a><br/><br/><br/><br/>Tags - <a href="https://blog.apao.idv.tw/tags/%25E9%25A0%2581%25E9%259D%25A2/" rel="tag">頁面</a> , <a href="https://blog.apao.idv.tw/tags/%25E4%25B8%258A%25E4%25B8%258B/" rel="tag">上下</a> , <a href="https://blog.apao.idv.tw/tags/%25E9%2596%258B%25E5%2595%2593/" rel="tag">開啓</a> , <a href="https://blog.apao.idv.tw/tags/%25E5%258A%259F%25E8%2583%25BD/" rel="tag">功能</a> , <a href="https://blog.apao.idv.tw/tags/introtzikas/" rel="tag">introtzikas</a> , <a href="https://blog.apao.idv.tw/tags/jquery/" rel="tag">jquery</a> , <a href="https://blog.apao.idv.tw/tags/plugin/" rel="tag">plugin</a>
]]>
</description>
</item>
</channel>
</rss>