View Single Post
  #14 (permalink)  
Old 06-03-2009, 04:32 AM
icoombs icoombs is offline
WebProWorld New Member
 
Join Date: May 2008
Location: Hayes, Middlesex, London, UK
Posts: 12
icoombs RepRank 0
Default Re: CSS div problem - widths and scrolling

I find using a header div with a min-width: 800px; stops the page shrinking below the size specified so as long as you set the widths for fixed columns like side columns and have The main content column with no width then its just the content column that expands and contracts with browser resizing. The minimum width of the content column is then the min-with of the header minus the width of any fixed columns.
Reply With Quote