| Web pages appear on browsers of all sizes, from tiny phone screens to cinema displays. In addition, users can resize their text, which has an impact on the layout of the page. Over time several standard page layout approaches have emerged that address these issues in various ways.
-
- Fixed layouts stay put at a specific pixel witth regarless of the size of the browser window or text size.
-
- Fluid (or liquid) layouts resize proportionally when the browser window resizes.
-
- Elastic layouts resize proprtionally based on the size of the text.
-
- Hybrid layouts combine fixed and scalable areas.
|