This is because of the wide variety of screen sizes on different mobile devices - if you used a fixed width layout then on some devices it won't use the whole screen, whereas on others it will require side scrolling (not good!). With a fluid/liquid width layout, it will always fit the width of the devices screen perfectly.
|