2014年1月14日 星期二

2013 / 12 / 25 fancybox要研究***

bornda 給的fancybox code

<script type="text/javascript">
    $(document).ready(function () {
        $("a#firmmemberlogin").fancybox({
            'width': '3',
            'height': '4',
            'showCloseButton': true,
            'autoScale': false,
            'autoDimensions': false,
            'scrolling': 'no',
            'transitionIn': 'none',
            'transitionOut': 'none',
            'type': 'iframe'
        });
        $("a#memberlogin").fancybox({
            'width': '3',
            'height': '4',
            'showCloseButton': true,
            'autoScale': false,
            'autoDimensions': false,
            'scrolling': 'no',
            'transitionIn': 'none',
            'transitionOut': 'none',
            'type': 'iframe'
        });
    });
</script>

參考書本
旗標 - 接案我最行 ! js & aj 商業範例必殺技
第二章 第六節 P.152 ~ P.161
還滿詳細的!!!


english website - How to use fancybox
http://fancybox.net/howto

沒有留言:

張貼留言