[HELP NEEDED!] Horizontal Scrolling

Hi, I am designing a site which which requires scrolling horizontally only on one of the site(e,g,home). I want to change the direction of scrolling down (vertically) to scrolling horizontally. Is it possible ? whilist to add a code to change the scrolling function to from scrolling down to scrolling sideways? If so, what would the code be and where can I find the section to change the scrolling? or is there any other solutions to it?

The movement of the fingers would still be the same though. I hope you understand my question.

Hope to hear from you soon

Yes and no. You can limit your home page’s size to fit just the standard size, and put all its contents within an iframe to make it stretch to x number of vw units using CSS.

I don’t know if there’s any script out there to change the way scrolling is determined within your page, usually it’s set within the browser and OS. If there was such a script it would probably have to be configured for all browsers and operating systems. This is not a problem in laptops, since you can sideways scroll with a trackpad, but it may be a problem with mice.