Jquery插件-返回顶部

1.引入jQuery类库及插件库,效果及插件请看附件
<script type="text/javascript" src="js/jQuery-1.4.2.js"></script>
<script type="text/javascript" src="js/jquery.scrolltotop.js"></script>
2.样式控制
<style type="text/css">
/* 返回top样式*/
.totop {
width: 40px;
height: 35px;
line-height: 35px;
font-size: 12px;
overflow: hidden;
}


.totop a {
display: block;
width: 40px;
height: 35px;
background: url(images/totop.gif) no-repeat;
text-indent: -9999px;
text-decoration: none;
}


.totop a:hover {
background-position: 0 -35px;
}
</style>
3.body内容
<div style="margin-top:200px;text-align:center;height:1000px;background-color:#cccccc;">
这是body内容,滚动滚动条,请看右下角。
</div>
4.JS控制出现返回顶部图片
<script type="text/javascript">
$(function($){
// 返回顶部
$.scrolltotop({
className: 'totop',
// controlHTML : '<a href="javascript:;">回到顶部↑</a>',
// 此处可以换成下面的图片格式
// controlHTML : '<img title="返回顶部" src="images/totop.gif"/>'
offsetx : 25,// 回到顶部 right 偏移位置
offsety : 25,// 回到顶部 bottom 偏移位置
});
});
</script>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值