Issue with full page horizontal scroll
问题 Is any other alternative for full page scroll? example of full page scroll http://jscrollpane.kelvinluck.com/fullpage_scroll.html step-1 make window width smaller by clicking Restore down button. step-2 scroll to right step-3 now, make window width bigger by clicking Maximize button. now, page is left aligned jQuery $(function() { var win = $(window); win.bind( 'resize', function() { var container = $('#full-page-container'); container.css( { 'width': 1, 'height': 1 } ); container.css( {