jQuery背景跟隨

jQuery背景跟隨

// 請控制好 背景圖和背景色的邊緣配色   防止背景移動後留下白底
// background: #04090C url('bg_banner.jpg')center top no-repeat;
    $(function(){
        $(document).Gs({
            oid:'.main'//需要移動背景的盒子
        });
        $(document).Gs({
            oid:'.main2',
            left:10  //移動的距離,值越大  移動距離  越小
        })
    })

效果預覽:http://www.jquery66.com/demos/css3/css3201932903/index.html
下載地址:https://u18725144.ctfile.com/fs/18725144-357335025

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章