一些js

//fixed块随滚动条滚动
        window.onscroll=function(){
            var scroll_left = $(window).scrollLeft();
            $('#table_fixed').css('right',scroll_left);
        };

 

posted @ 2016-08-25 14:55  阿虎~  阅读(107)  评论(0编辑  收藏  举报