Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to horizontally scroll by mouse wheel Reply To: How to horizontally scroll by mouse wheel

#286286
Dagny
Participant

You need JS for that. Here is a tutorial https://css-tricks.com/snippets/jquery/horz-scroll-with-mouse-wheel/

Their JS link has expired, here is another one – https://github.com/jquery/jquery-mousewheel (would be better to find a recent version)