<?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 在form裏面 指定 input textarea select 改變顏色]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[CSS]]></category>
<pubDate>Thu, 11 Dec 2014 02:13:22 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post//</guid> 
<description>
<![CDATA[ 
	在CSS中指定<br/><div class="code">&lt;head&gt;<br/>&lt;style type=&quot;text/css&quot;&gt;<br/><br/>input.example, select &#123;<br/>width: 300px;<br/>&#125;<br/>textarea &#123;<br/>width: 300px;<br/>height: 7em;<br/>&#125;<br/><br/>input:focus, select:focus, textarea:focus &#123;<br/>background-color: #bde9ba;<br/>&#125;<br/><br/>&lt;/style&gt;<br/>&lt;/head&gt;</div><br/><br/>在HTML中自動會呈現改變的顏色 (註：<strong><</strong>p<strong>></strong>無相關)<br/><div class="code">&lt;form method=&quot;post&quot; action=&quot;目標URL&quot;&gt;<br/><br/>&lt;p&gt;&lt;input type=&quot;text&quot; name=&quot;name&quot; size=&quot;40&quot; class=&quot;example&quot;&gt;&lt;/p&gt;<br/><br/>&lt;p&gt;&lt;select name=&quot;select&quot;&gt;<br/>&lt;option value=&quot;選擇1&quot;&gt;選擇1&lt;/option&gt;<br/>&lt;option value=&quot;選擇2&quot;&gt;選擇2&lt;/option&gt;<br/>&lt;option value=&quot;選擇3&quot;&gt;選擇3&lt;/option&gt;<br/>&lt;/select&gt;&lt;/p&gt;<br/><br/>&lt;p&gt;&lt;textarea name=&quot;msg&quot; cols=&quot;40&quot; rows=&quot;7&quot;&gt;&lt;/textarea&gt;&lt;/p&gt;<br/><br/>&lt;p&gt;&lt;input type=&quot;submit&quot; value=&quot;送信&quot;&gt;&lt;/p&gt;<br/><br/>&lt;/form&gt;</div><br/><br/>文章來源：<br/><a href="http://www.tagindex.com/stylesheet/form/background_color.html" target="_blank">http://www.tagindex.com/stylesheet/form/background_color.html</a><br/>Tags - <a href="https://blog.apao.idv.tw/tags/css/" rel="tag">css</a> , <a href="https://blog.apao.idv.tw/tags/form/" rel="tag">form</a> , <a href="https://blog.apao.idv.tw/tags/input/" rel="tag">input</a> , <a href="https://blog.apao.idv.tw/tags/textarea/" rel="tag">textarea</a> , <a href="https://blog.apao.idv.tw/tags/select/" rel="tag">select</a> , <a href="https://blog.apao.idv.tw/tags/%25E6%2594%25B9%25E8%25AE%258A%25E9%25A1%258F%25E8%2589%25B2/" rel="tag">改變顏色</a> , <a href="https://blog.apao.idv.tw/tags/%25E6%258C%2587%25E5%25AE%259A/" rel="tag">指定</a>
]]>
</description>
</item><item>
<link>https://blog.apao.idv.tw/post//#blogcomment</link>
<title><![CDATA[[評論] CSS 在form裏面 指定 input textarea select 改變顏色]]></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>