goTOP
April 19, 2015
點擊在新視窗中瀏覽此圖片
Rirakkuma 20th_20450418
讓大家來用數位繪圖板學習畫拉拉熊...
並且利用Windows Illustrator 裡有的字體來製作編排...
April 17, 2015
點擊在新視窗中瀏覽此圖片
無料のイラストやかわいいテンプレート | 素材ライブラリー
http://www.sozai-library.com/

點擊在新視窗中瀏覽此圖片
無料イラスト ・イラスト素材「シルエットAC」
http://www.silhouette-ac.com/
April 12, 2015
點擊在新視窗中瀏覽此圖片
同時秀出價格

點擊在新視窗中瀏覽此圖片
同時秀出價格

CSS (head)
/*隱藏區塊用*/
.box{display: none;}
/*秀出區塊用*/
.bS01{}
.bS02{}
.bS03{}
/*區塊範圍指定*/
.bBW{}


JavaScript (head)
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
        $('input[type="radio"]').click(function(){
            if($(this).attr("value")=="bOne"){
                $(".box").hide();
                $(".bS01").show();
            }
            if($(this).attr("value")=="bTwo"){
                $(".box").hide();
                $(".bS02").show();
            }

        });
    });
</script>

April 8, 2015
這個只針對Bo-blog的留言或是評論驗證做修正。
加入方格與干擾線。


修改二.YuNaFont_P.ttf 版

點擊在新視窗中瀏覽此圖片
點擊在新視窗中瀏覽此圖片

securitycode_20150125.zip 檔案結構如下:
inc/
┝ securitycode.php
┝ YuNaFont_P.ttf


字體出處:
http://fatamorgana.jp/font/
April 6, 2015
點擊在新視窗中瀏覽此圖片

HTML Source
<input type="checkbox" class="bLarger" name="checkBox">


Source Code
<style type="text/css">
input.bLarger{width: 20px; height: 20px;}</style>

分頁: 1/1 第一頁 1 最後頁 [ 顯示模式: 摘要 | 清單 ]