我知道我们可以使用URL中的#hash轻松跳转到特定ID,但问题是,ID在滚动元素中。
我的HTML结构是:
<body>
<div style="height: 400px; overflow-y: scroll;"> //start of scrollbox
<div id="main1"></div>
...
... <!-- Another elements in between -->
...
<div id="main30></div>
</div>
</body>
id =“main30”远远高于滚动框。怎么跳到那里?谢谢。