Is there a way to prevent horizontal page scroll on a mobile device preferably with CSS only?
Here\'s an example: http://jsfiddle.net/YfLst/15/
Update:<
Not with CSS, but you can make your document no wider than the screen and you won't have the issue.
Otherwise you will have to use a javascript/jquery solution like so: http://forum.jquery.com/topic/scrollview-make-page-not-scrollable