Monday, December 28th, 2009
Fluid or Elastic
There is more than one way to create a flexible width web page layout using CSS. A fluid layout fits itself to the browser viewport and would reflow the content if the browser is resized. An elastic layout bases its layout on the preferred font size and reflows the content if the base font size is changed. Both have advantages and disadvantages.
Tags: css, elastic, flexible width, fluid
