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.
我知道我们可以使用 JavaScript 函数scrollTo来scrollBy滚动浏览器滚动条,但我不想滚动浏览器滚动条。我想滚动 DIV 的内容overflow: scroll(意味着当我们将其 CSS 属性设置为滚动时 HTML 提供给 div 的overflow滚动条)。
scrollTo
scrollBy
overflow: scroll
overflow
您可以使用scrollTopandscrollLeft属性来滚动您的 DIV 元素,它也适用于 BODY 元素。
scrollTop
scrollLeft
现场 jsFiddle 示例