I am interested in creating a layout similar to Google Plus.
One question I have is regarding the fixed elements. When scrolling down, only the white content area moves while the menu, top area, and sidebar remain fixed. This setup is not an issue.
However, when resizing the browser window to a very narrow width, horizontal scrolling allows users to view overflow content. How can I achieve this effect using CSS or possibly jQuery? Typically, fixed elements do not scroll, but on Google Plus, they do when the window is too narrow.
Please take a look at my page givget.de and let me know if there is a way to implement this feature!
Thank you.