| Scroll Fixed DIV Horizontally I'd like a toolbar at the top of the page, that stays there when you scroll the page vertically. This is quite simple to achieve using position fixed etc.
However, I'd also like to enforce a minimum width on the page just in case someone hits the site with a low resolution/window size. Now the use of position fixed means that horizontal scrolling is also ignored so you can never access the "hidden" content. Anyone have a suitable alternative?
This is not for a general website but a web application so compatibility with IE7+ and Firefox 2+ is all that is required.
Ben |