It’s a long term argument whether a website layout should be liquid or fixed. Each side has hundreds of followers, but the argument doesn’t seem to be settled. So, what are fixed and liquid layouts?
In a fixed width layout each element has a specified size, the web page doesn’t change when the browser window is resized. Your website will look exactly the same on any browser and computer.
In a liquid layout the size of the elements adopts to the browser size and preferences of the user. The web page elements size increases when the screen resolution is larger and decreases when the resolution is smaller.
There naturally are major pros and cons of both fixed and liquid layouts.
Fixed layouts advantages:
* Gives a designer full control over the page display
* Allows you to place images exactly in relation to other elements and type sizes
* Gives the line length that is easy to read
* Predictable default printing behavior
Fixed layouts disadvantages:
* Doesn’t give the user control over the page and text size
* May create a not optimal type size
* May produce large amount of unused window space that may increase the amount of scrolling.
Liquid layout advantages:
* Allows a maximum use of space.
* Gives a user control over the web page and text sizing.
* Allows people with vision problems to easily change the text size to suit their needs with the layout automatically adjusting around the increased size.
Liquid layout disadvantages:
* May produce hard to read line lengths or unreadable text if the screen size is too large or too small.
* May cause problems with default page printing.
* The image size to text proportion may create a less eligible look
So what side of the argument do you take? And what kind of web designs do you prefer to see more?





