4.             this.css("top", ( $(window).height() - this.height() ) / 2+$(window).scrollTop() + "px");   

5.             this.css("left", ( $(window).width() - this.width() ) / 2+$(window).scrollLeft() + "px"); 

相关文章: