My manager keeps mentioning fixed width page layouts. I don’t know what he means and don’t really want to ask. He came over to my desk and resized my browser width-ways and mumbled something. What I’d like to ask is this.
- What is a fixed width page layout?
- What is the alternative?
- Why does it matter?
Thanks,
Sachin
Fixed width refers to a document styled with a width that is fixed by an absolute unit.
pxare an example of an absolute unit.One alternative is to make your widths relative such as a
%.The reason this matters is because different people will have different screen sizes or use their browser in different ways.
Using fixed width means that users on smaller screens, or using their browser minimised, with have to scroll horizontally rather than the page width adjusting depending on size of their browser window.