<?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 製作大型 Checkbox]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[CSS]]></category>
<pubDate>Mon, 06 Apr 2015 13:28:52 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post//</guid> 
<description>
<![CDATA[ 
	<a href="https://blog.apao.idv.tw/attachment.php?fid=2144" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=2144" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/><br/><span style="font-size: 130%;">HTML Source</span><br/><div class="code">&lt;input type=&quot;checkbox&quot; class=&quot;bLarger&quot; name=&quot;checkBox&quot;&gt;</div><br/><br/><span style="font-size: 130%;">Source Code</span><br/><div class="code">&lt;style type=&quot;text/css&quot;&gt;<br/>input.bLarger&#123;width: 20px; height: 20px;&#125;&lt;/style&gt;</div><br/><br/>使用 font-size:200%; 也不見效。<br/><br/>▼幸運的是手機也能呈現<br/><a href="https://blog.apao.idv.tw/attachment.php?fid=2145" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=2145" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/><br/>參考網站：<br/><a href="http://lab.artlung.com/larger-checkbox-with-css/" target="_blank">http://lab.artlung.com/larger-checkbox-with-css/</a><br/><br/>Firefox或是其他瀏覽器就要改用設定兩倍尺寸大小的方法<br/><div class="code">input&#91;type=checkbox&#93;<br/>&#123;<br/>&nbsp;&nbsp;/* Double-sized Checkboxes */<br/>&nbsp;&nbsp;-ms-transform: scale(2); /* IE */<br/>&nbsp;&nbsp;-moz-transform: scale(2); /* FF */<br/>&nbsp;&nbsp;-webkit-transform: scale(2); /* Safari and Chrome */<br/>&nbsp;&nbsp;-o-transform: scale(2); /* Opera */<br/>&nbsp;&nbsp;padding: 10px;<br/>&#125;</div><br/><br/>參考網站：<br/><a href="http://stackoverflow.com/questions/306924/checkbox-size-in-html-css" target="_blank">http://stackoverflow.com/questions/306924/checkbox-size-in-html-css</a><br/>Tags - <a href="https://blog.apao.idv.tw/tags/css/" rel="tag">css</a> , <a href="https://blog.apao.idv.tw/tags/%25E8%25A3%25BD%25E4%25BD%259C/" rel="tag">製作</a> , <a href="https://blog.apao.idv.tw/tags/%25E5%25A4%25A7%25E5%259E%258B/" rel="tag">大型</a> , <a href="https://blog.apao.idv.tw/tags/checkbox/" rel="tag">checkbox</a>
]]>
</description>
</item><item>
<link>https://blog.apao.idv.tw/post//#blogcomment</link>
<title><![CDATA[[評論] 用 CSS 製作大型 Checkbox]]></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>