<?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//</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//</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//#blogcomment</link>
<title><![CDATA[[評論] 一行內顯示的電子看版「jQuery WebTicker」]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[評論]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>