Thread: Mobile websites
View Single Post
  #5 (permalink)  
Old 02-14-2008, 08:10 AM
BigAlReturns's Avatar
BigAlReturns BigAlReturns is offline
Moderator Extraordinaire!
 
Join Date: Dec 2007
Location: The Wirral, England
Posts: 291
Send a message via MSN to BigAlReturns
Default

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.
Reply With Quote