View Single Post
Old 15th July 2008, 02:22 PM   #1 (permalink)
MrBen
Munky!
 
MrBen's Avatar
 
Join Date: Sep 2003
Location: nr Woking, England
Posts: 2,598
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
__________________
Veterinary Practice Management System by SoftFooding
Internet Data Usage Calculator: Estimate your monthly bandwidth usage for your Internet connection.
MrBen is offline   Reply With Quote