View Single Post
  #4 (permalink)  
Old 06-27-2007, 09:37 AM
dharrison's Avatar
dharrison dharrison is offline
Moderator
WebProWorld Moderator
 

Join Date: May 2005
Location: Essex, UK
Posts: 1,424
dharrison RepRank 3dharrison RepRank 3
Default Re: Fixed or Variable Width Layouts

Quote:
Originally Posted by DaveSawers View Post
Fixed width websites are so last year don't you think?
Actually no. I am getting more call than ever to design fixed width sites. A good indicator is at my client's initial meeting where I ask them to pick a couple of sites that they like the look of. If its a fluid site, fair enough, but I am finding that fixed is preferable.

OK so maybe fixed not at 800 x 600 as this is being phased out but certainly 1024 x 768.

Besides have you ever tried to read text across a long screen? A bit of whitespace is good for any website.

ackerley, I would definitely recommend a separate stylesheet for the low res called up for thus:

<link rel="stylesheet" href="./css/yournormalstylesheet.css" type="text/css" media="screen" />
<link rel="stylesheet" href="./css/handheldstylesheet.css" type="text/css" media="handheld" />

A good article about this can be found at Media Queries and Handheld stylesheets - Slightly ajar - by David Storey. I also wrote about fixed design (and my reasons for doing so) at: Small business articles, SEO web design articles - DVH Design

Hope this helps.
__________________
Deb Harrison
DVH Design
Essex Web Design | Web Design Blog
Reply With Quote