'Full screen responsive horizontal website

I am trying to find the best method in order to create a horizontal website, full screen and if possible responsive, minimum width to be for tablets. The thing is that I need also the horizontal scrolling with the mousewheel, and I saw that fullPage.js doesn't support that or at least i couldn't manage to make it work on this plugin.

Anyway, I need an idea on building the template, with full screen sections displayed inline - I will be very grateful for any tip. Thanks.



Solution 1:[1]

Making horizontally responsive is bit tricky and requires a lot of effort.. There can be many many design approaches for making it responsive. It can't just be described with JSFiddle snippets..

However, I have something for you that will definitely get you started with "Horizontal Responsive Layout designing"..

This is must guide / tutorial for people who want to get started with Horizontal Responsive approach

http://tympanus.net/codrops/2012/04/02/responsive-horizontal-layout/

Solution 2:[2]

you could use one of the tools listed in the following links http://www.cssdesignawards.com/articles/15-excellent-jquery-plugins-to-spice-up-your-sites/44/ http://jquery-plugins.net/scrollit-js-jquery-plugin-for-scrolling-pages

or you could also mix raw js/jquery with anchor links and add animations when clicked. in taht case you can scroll down using mouse wheel and also have fancy animations when a link is clicked regarding responsiveness use css media queries

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Rahul Patil
Solution 2 lanlau