Eliminate horizontal scrolling in div in favor of horizontal scrolling in browser window
- by Casey Flynn
I have a div, set to 800px wide, that will automatically scroll horizontally if the browser window is resized to < 800px. The behavior I would like, is to have the browser window scroll instead of the div. It would seem simple but for some reason I'm getting hung up on it. Any ideas?
The page in question:
http://www.caseyflynn.com/game/
The…