本文实例讲述了jQuery实现返回顶部效果的方法。分享给大家供大家参考。具体实现方法如下:
1、首先是CSS样式:
- /*updown*/
- #shangxia{position:fixed;top:83%;right:42%;margin-right:-543px;display:block;_display:none}
- #shang,#comt,#xia{background:url(../images/sprite.png) no-repeat;position:relative;cursor:pointer;height:25px;width:29px;margin:10px 0 0}
- #shang{background-position:0 -308px}#comt{background-position:0 -338px;height:32px}
- #xia{background-position:0 -376px}
- #comt:hover{background-position:-31px -338px}#shang:hover{background-position:-31px -308px}
- #xia:hover{background-position:-31px -376px}
新闻热点
疑难解答
图片精选