Reading-notes

Fixed Width Layouts :

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.

Liquid Layouts:

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.

A Fixed Width Layout:

A Liquid Layout :

note caption of example:

so at css ..

Layout Grids :

while a grid might seem like a restriction, in actual fact it:

● 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.

Possible Layouts:

960 Pixel wide 12 Column Grid