Some of Advantages : ● Pixel values are accurate at controlling size and positioning of elements.
● The designer has far greater control over the appearance and position of items on the page than with liquid layouts.
Some of Advantages : ● You can end up with big gaps around the edge of a page.
● If the user’s screen is a much higher resolution than the designer’s screen, the page can look smaller and text can be harder to read.
Some of Advantages :
● Pages expand to fill the entire browser window so there are no spaces around the page on a large screen.
● If the user has a small window, the page can contract to fit it without the user having to scroll to the side.
some of Disadvantages :
● If you do not control the width of sections of the page then the design can look very different than you intended, with unexpected gaps around certain elements or items squashed together.
● If the user has a wide window, lines of text can become very long, which makes them harder to read.
To create a fixed width layout, the width of the main boxes on a page will usually be specified in pixels (and sometimes their height, too)
The fixed width layout will stay the same width no matter what size the browser window is, whereas the liquid layout will stretch (or shrink) to fill the screen.
The HTML is the same for both the fixed width layout.
The rule for the < body> element is used to fix the width of the page at 960 pixels, and it is centered by setting the left and right margins to auto.
note caption of example:
● Creates a continuity between different pages which may use different designs.
● Helps users predict where to find information on various pages.
● Makes it easier to add new content to the site in a consistent way.
● Helps people collaborate on the design of a site in a consistent way.
960 Pixel wide
12 Column Grid