摘要:
CSS:.back_to_top{position:fixed;display:block;right:0;bottom:150px;width:20px;height:48px;background:url(../Nest/img/top.png) no-repeat;z-index:11; overflow:hidden;}JQuery: var back_to_top = $("a.back_to_top");back_to_top.hide();$(window).scroll(function() {if ($(window).scrollTop() > 1 阅读全文