Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何设置滚动条位置而不是顶部的默认位置
更新:我的意思是当用户第一次打开网页时,滚动条位于屏幕顶部(默认)
如何设置滚动条位置(中间或底部)?所以用户可以看到
网络中间还是网络底部,我该怎么做?
你可以使用:
<a name="myname" />
您要滚动到的位置...并通过以下方式引用页面:
www.example.com/mypage.html#myname
?
您可以使用 BoltBait 建议的锚点或使用 javascript:
window.scroll(x,y);
虽然 jQuery 有一个不错的插件,但我建议使用它。 滚动插件