How to scroll when cursor is on the edge of div?

后端 未结 3 1946
陌清茗
陌清茗 2021-01-15 21:24

I have a div(menubar) that has a lot of links and these links are out of the view. I must make the div scroll to the right or left when the cursor is at the edge of the menu

3条回答
  •  萌比男神i
    2021-01-15 22:06

    Take a look at this example, in this example you can see how they scroll the div when the mouse at right edge of the div. you can do the same thing.

    How to Auto Scroll a div on mouse move over the margins?

提交回复
热议问题