<?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[CSS3  text-overflow 隱藏超過範圍的文字]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[CSS]]></category>
<pubDate>Tue, 15 Jan 2013 10:01:56 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post//</guid> 
<description>
<![CDATA[ 
	<a href="https://blog.apao.idv.tw/attachment.php?fid=1470" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=1470" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/><br/>CSS3中似乎只有一個寫法是不對應所有瀏覽器的...<br/>已下為參考寫法...<br/><br/><div class="code">.test &#123;<br/>width: 300px;<br/>height: 1.4em;<br/>text-overflow: ellipsis; /* Safari 用 */<br/>-o-text-overflow: ellipsis; /* Opera 用 */<br/>overflow: hidden;<br/>white-space: nowrap; /* 文字不折行功能。一定要寫入，否則不會出現效果 */<br/>border: 1px solid #666666;<br/>&#125;<br/>.test:hover &#123;<br/>text-overflow: inherit; /* Safari 用 */<br/>-o-text-overflow: inherit; /* Opera 用 */<br/>overflow: visible;<br/>&#125;<br/></div><br/><br/>HTML BODY中寫入<br/><div class="code">&lt;div class=&quot;test&quot;&gt; 如果你要呈現過長的文章，請用滑鼠確認一下喔 &lt;/div&gt;</div><br/><br/>sample:<br/><a href="http://blog.apao.idv.tw/sample/CSS3/text-overflow.html" target="_blank">http://blog.apao.idv.tw/sample/CSS3/text-overflow.html</a><br/><br/>參考：<br/><a href="http://blog.flugel.biz/2009/07/css3-text-overflow.html" target="_blank">http://blog.flugel.biz/2009/07/css3-text-overflow.html</a><br/><a href="http://www.w3schools.com/cssref/pr_text_white-space.asp" target="_blank">http://www.w3schools.com/cssref/pr_text_white-space.asp</a><br/>Tags - <a href="https://blog.apao.idv.tw/tags/css3text-overflow/" rel="tag">css3text-overflow</a> , <a href="https://blog.apao.idv.tw/tags/%25E9%259A%25B1%25E8%2597%258F/" rel="tag">隱藏</a> , <a href="https://blog.apao.idv.tw/tags/%25E8%25B6%2585%25E9%2581%258E/" rel="tag">超過</a> , <a href="https://blog.apao.idv.tw/tags/%25E7%25AF%2584%25E5%259C%258D/" rel="tag">範圍</a> , <a href="https://blog.apao.idv.tw/tags/%25E6%2596%2587%25E5%25AD%2597/" rel="tag">文字</a>
]]>
</description>
</item><item>
<link>https://blog.apao.idv.tw/post//#blogcomment</link>
<title><![CDATA[[評論] CSS3  text-overflow 隱藏超過範圍的文字]]></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>