只需一步,快速开始
function showTopLink() { if($('ft')){ var viewPortHeight = parseInt(document.documentElement.clientHeight); var scrollHeight = parseInt(document.body.getBoundingClientRect().top); var basew = parseInt($('ft').clientWidth); var sw = $('scrolltop').clientWidth; if (basew < 1000) { var left = parseInt(fetchOffset($('ft'))['left']); left = left < sw ? left * 2 - sw : left; $('scrolltop').style.left = ( basew + left ) + 'px'; } else { $('scrolltop').style.left = 'auto'; $('scrolltop').style.right = 0; } if (BROWSER.ie && BROWSER.ie < 7) { $('scrolltop').style.top = viewPortHeight - scrollHeight - 150 + 'px'; } if (scrollHeight < -100) { $('scrolltop').style.visibility = 'visible'; } else { $('scrolltop').style.visibility = 'hidden'; } } }
#scrolltop { visibility: hidden; position: fixed; bottom: 100px; display: block; margin: -30px 0 0; width: 26px; height: 50px; background: url({IMGDIR}/scrolltop.png) no-repeat 50% 0; line-height: 999px; overflow: hidden; cursor: pointer; } .ie6 #scrolltop { position: absolute; bottom: auto; }
查看全部评分
nightowl
使用道具 举报
helvshen 发表于 2011-4-29 01:46 按照以上步骤做了,点击之后没反应...
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )
GMT+8, 2024-11-17 08:39 , Processed in 0.028028 second(s), 5 queries , Gzip On, Redis On.
Powered by Discuz! X3.4
Copyright © 2001-2023, Tencent Cloud.