My website design (www.benjaminchirlin.com, I know its a bit heavy at the moment, still need to compress images) demands large fullscreen divs to animate across the main screen on menu clicks as opposed to scrolling horizontally. The design is largely image based so I have overflow set to hidden on each menu div. However, when the browser window is smaller than the image content of the div, the animated divs are clipped to the window size which the user can see as they animate left and right.
Is there a way to remove scrolls bars from my window without clipping the images? Thanks.