jquery实现的鼠标下拉滚动置顶效果
$(function(){
//置顶按钮显示/隐藏实现
$(window).scroll(function(){
varw_height=$(window).height();//浏览器高度
varscroll_top=$(document).scrollTop();//滚动条到顶部的垂直高度
if(scroll_top>w_height){
$("#goto-top").fadeIn(500);
}else{
$("#goto-top").fadeOut(500);
}
});
//置顶
$("#goto-top").click(function(e){
e.preventDefault();
$(document.documentElement).animate({
scrollTop:0
},200);
//支持chrome
$(document.body).animate({
scrollTop:0
},200);
});
})
</script>
<styletype="text/css">
#goto-top{
display:none;
position:fixed;
width:38px;
height:36px;
background:url(images/goto-top.png)no-repeat00;
bottom:40px;
right:40px;
-webkit-transition:all0.2s;
-moz-transition:all0.2s;
-o-transition:all0.2s;
transition:all0.2s;
z-index:9999;
}
#goto-top:hover{
background:url(images/goto-top.png)no-repeat0-36px;
}
</style>
</head>热门推荐
3 祝福语简短的微信
10 幼儿祝福语大全简短贺卡
11 感谢教官文案祝福语简短
12 鼠年同事祝福语简短创意
13 元旦祝福语 简短独特群发
14 妈咪跟我生日祝福语简短
15 给儿子新婚祝福语简短
16 伴娘祝福语长文案简短
17 恭喜高考完祝福语简短
18 生日祝福语送老公简短