<?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[[CSS] 讓圖片在hover時顯示彩色]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[CSS]]></category>
<pubDate>Mon, 07 Dec 2015 01:57:40 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post//</guid> 
<description>
<![CDATA[ 
	<div style="filter: gray; /* IE6-9 */ filter: grayscale(1); /* Firefox 35+ */ -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */"><a href="https://blog.apao.idv.tw/attachment.php?fid=2249" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=2249" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a></div><br/><div class="code">img &#123;<br/>&nbsp;&nbsp;filter: gray; /* IE6-9 */<br/>&nbsp;&nbsp;filter: grayscale(1); /* Firefox 35+ */<br/>&nbsp;&nbsp;-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ &amp; Opera 15+ */<br/>&#125;<br/><br/>/* Disable grayscale on hover */<br/>img:hover &#123;<br/>&nbsp;&nbsp;filter: none;<br/>&nbsp;&nbsp;-webkit-filter: grayscale(0);<br/>&#125;</div><br/><br/>參考網站<br/><a href="http://stackoverflow.com/questions/609273/convert-an-image-to-grayscale-in-html-css" target="_blank">http://stackoverflow.com/questions/609273/convert-an-image-to-grayscale-in-html-css</a><br/>Tags - <a href="https://blog.apao.idv.tw/tags/grayscale/" rel="tag">grayscale</a> , <a href="https://blog.apao.idv.tw/tags/css/" rel="tag">css</a>
]]>
</description>
</item><item>
<link>https://blog.apao.idv.tw/post//#blogcomment</link>
<title><![CDATA[[評論] [CSS] 讓圖片在hover時顯示彩色]]></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>