Horizontal scrolling div using buttons

前端 未结 3 1421
长情又很酷
长情又很酷 2020-12-30 08:56

How can I set left and right buttons on a DIV to scroll the content horizontally? I don\'t need to display a scrollbar.

HMTL:

3条回答
  •  鱼传尺愫
    2020-12-30 09:45

    you can try this: - make a "mask div" and set the position relative, set the width, and overflow hidden. - make a content div inside the mask div and set position fix

    Now you can put two button: left and right, and you need to modifiy only the content div's left value

    Similar as Patches solution :)

提交回复
热议问题