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

后端 未结 3 1927
陌清茗
陌清茗 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条回答
  •  不思量自难忘°
    2021-01-15 22:17

    Short:

    Use-ready solutions:

    • Scrolling-carousel
    • Jmycarousel (demo)
    • Smooth div scroll

    Full answers you can read on relative questions:

    • jQuery plugin to continually horizontally scroll on mouseover
    • Looking for jQuery plugin (or code) to automatically scroll Carousel items on mousover

提交回复
热议问题