Jan
28

Fixed vs. Fluid vs. Elastic Layout: What’s The Right One For You?


The problem has boggled the minds of Web designers for years: fixed, fluid, elastic or a hybrid layout design? Each option has its benefits and disadvantages. But the final decision depends so much on usability that it is not one to be made lightly. So, with all the confusion, is there a right decision? By considering a few factors and properly setting up the final design, you can end up with a successful layout design that reaps all the benefits.

This article discusses the pros and cons of each type of layout. Either one can be used to make a successful website layout, as long as you keep usability in mind.

Also consider our previous articles:

Why all the debate? Web page design comes down to usability, and this can be difficult to balance because website users can account for many different variables among them.

When designing a website layout for a large audience, the designer must consider the following potential differences among visitors:

  • Screen resolution,
  • Browser choice,
  • Whether or not the browser is maximized,
  • Extra toolbars open in the browser (History, Bookmarks, etc.),
  • Even the operating system and hardware.

Without the benefit of a standardized website size to work with, Web designers encounter numerous problems when it’s time to get to work.

1. Difference Between Fixed And Fluid Layouts

Although most designers and developers would consider defining fixed and fluid website layouts to be elementary, we’ll go over it just to be clear.

Fixed Website Layouts

A fixed website layout has a wrapper that is a fixed width, and the components inside it have either percentage widths or fixed widths. The important thing is that the container (wrapper) element is set to not move. No matter what screen resolution the visitor has, he or she will see the same width as other visitors.

Fixed in Fixed vs. Fluid vs. Elastic Layout: Whats The Right One For You?

The image above shows the general outline of a fixed-width website layout. The components inside are fixed to 520, 200 and 200 pixels, respectively. A 960-pixel width has become the standard in modern Web design because most website users are assumed to browse in 1024×768 resolution or higher.

Fluid Website Layouts

In a fluid website layout, also referred to as a liquid layout, the majority of the components inside have percentage widths, and thus adjust to the user’s screen resolution.

Fluid in Fixed vs. Fluid vs. Elastic Layout: Whats The Right One For You?

The image above shows a fluid (liquid) website layout. While some designers may give set widths to certain elements in fluid layouts, such as margins, the layout in general uses percentage widths so that the view is adjusted for each user.

2. Fixed Web Page Design

Many designers prefer fixed layouts to fluid ones because they’re easier to make and provide more assurance that what the designer sees, the user sees. However, the pros and cons come out even with fluid-layout design.

Pros

  • Fixed-width layouts are much easier to use and easier to customize in terms of design.
  • Widths are the same for every browser, so there is less hassle with images, forms, video and other content that are fixed-width.
  • There is no need for min-width or max-width, which isn’t supported by every browser anyway.
  • Even if a website is designed to be compatible with the smallest screen resolution, 800×600, the content will still be wide enough at a larger resolution to be easily legible.

Cons

  • A fixed-width layout may create excessive white space for users with larger screen resolutions, thus upsetting “divine proportion,” the “Rule of Thirds,” overall balance and other design principles.
  • Smaller screen resolutions may require a horizontal scroll bar, depending the fixed layout’s width.
  • Seamless textures, patterns and image continuation are needed to accommodate those with larger resolutions.
  • Fixed-width layouts generally have a lower overall score when it comes to usability.

Examples of Fixed-Page Design

Here are five examples from designers who get the most out of fixed-width layouts. These websites incorporate many design elements, a perfect scenario in which to use a fixed layout. The designers have more control over the placement of extra design elements around the content areas and can work with the content and navigation widths more precisely.

Fixed1 in Fixed vs. Fluid vs. Elastic Layout: Whats The Right One For You?

Fixed2 in Fixed vs. Fluid vs. Elastic Layout: Whats The Right One For You?

Fixed3 in Fixed vs. Fluid vs. Elastic Layout: Whats The Right One For You?

Fixed4 in Fixed vs. Fluid vs. Elastic Layout: Whats The Right One For You?

Fixed5 in Fixed vs. Fluid vs. Elastic Layout: Whats The Right One For You?

Notice how in all of these examples, the designers use continuous imagery to work with larger screen resolutions.

3. Getting Around The Cons Of Fixed Web Page Design

If you’ve decided on a fixed page design, you should know these few tricks to get around the cons of this layout and create a successful design.

Looking at the Statistics

Today, most designers assume that the majority of Internet users have a screen resolution of 1024×768 or higher. According to a poll published by W3Schools, this is not the case (please notice that one should take the W3Schools statistics with a grain of salt, more details about it follow below):

Piechart in Fixed vs. Fluid vs. Elastic Layout: Whats The Right One For You?

As you can see, 640×480 doesn’t even register on the chart. W3Schools’ analysis found a whopping 0% of users have this screen resolution. While, in fact, some users actually do have this screen resolution, the statistics show that they make up a small enough percentage that designers should be able to ignore the size and still offer wide usability.

Even for people who do use this resolution size, they probably use it mainly on smaller portable computers and wouldn’t use it as their primary screen resolution normally.

However, these statistics are probably not as accurate as one might hope. Because W3Schools’ visitors primarily belong to a certain demographic (designers and developers), the information is a little biased. Other research sources show different findings, but only slightly different. According to resolution statistics from individual companies in 2009, the 800×600 screen resolution showed up at somewhere under 10% of users.

This next interesting table comes from SohTanaka.com, whose blogger has done a bit of research comparing how some of the largest websites accommodated screen resolutions in February 2006 versus February 2008.

Topsiteaccomodations in Fixed vs. Fluid vs. Elastic Layout: Whats The Right One For You?

For all four major websites in the study, there was a complete turnaround. Even the biggest companies on the Web are now assuming that their audiences have larger screen resolutions.

For other research on screen resolution, have a look through the sources below:

960px or 760px?

All this being said, most designers choose a fixed width of either 960 or 760 pixels. A layout 960 pixels wide looks good for users with a 1024×768 resolution or above, with a bit of room for margins. For designers who want to accommodate the approximately 10% of users with a 800×600 screen resolution, the 760-pixel-wide layout works well, and is still suitable for larger screens.

Always Center the Layout

When working with a fixed width design, be sure to at least center the wrapper div to maintain a sense of balance (margin: 0 auto; usually does the trick). Otherwise, for users with large screen resolutions, the entire layout will be tucked away in the corner.

4. Fluid Web Page Design

Designers may not use fluid page designs for various reasons, but the layout’s benefits are often overlooked. Below are pros and cons to think about when considering fluid web page design.

Pros

  • Fluid web page design can be more user-friendly, because it adjusts to the user’s set up.
  • The amount of extra white space is similar between all browsers and screen resolutions, which can be more visually appealing.
  • If designed well, a fluid layout can eliminate horizontal scroll bars in smaller screen resolutions.

Cons

  • The designer has less control over what the user sees and may overlook problems because the layout looks fine on their specific screen resolution.
  • Images, video and other types of content with set widths may need to be set at multiple widths to accommodate different screen resolutions.
  • With incredibly large screen resolutions, a lack of content may create excess white space that can diminish aesthetic appeal.

Examples of Fluid Page Design

Below are two designs that use percentage widths to accommodate different screen resolutions. The first example in each set alters the width of the content according to screen width, while the second screenshot uses varying widths for the white space.

Fluid1 Large in Fixed vs. Fluid vs. Elastic Layout: Whats The Right One For You?

Fluid1 Small in Fixed vs. Fluid vs. Elastic Layout: Whats The Right One For You?

Fluid2 Large in Fixed vs. Fluid vs. Elastic Layout: Whats The Right One For You?

Fluid2 Small in Fixed vs. Fluid vs. Elastic Layout: Whats The Right One For You?

5. Getting Fluid Web Page Design To Work

Even though fluid layouts can present a few problems, some of those problems can be overcome with a few tricks.

Use Simple Design

The less a fluid Web design depends on graphics and difficult techniques, the easier it will be to create and maintain. It will also be more compatible with alternate screen resolutions. With cleaner code and design, compatibility problems are more easily prevented, found and dealt with.

Smashing Magazine, for example, uses a fluid Web page layout, and to make it simple only the top black-and-orange navigation bar expands, depending on the user’s situation. Otherwise, the content area expands and contracts as needed, and smart use of CSS covers situations in which the sidebar and internal content could clash.

Min-width and Max-width

Two CSS properties, min-width and max-width, can be used to create a fixed width if the user’s screen is too small or too big for the layout to be usable. In this case, the layout gets a scroll bar and functions essentially as a fixed-width layout. Look over W3Schools’ pages on the min-width and max-width CSS properties below for more details:

Unfortunately, most versions of Internet Explorer don’t support min-width and max-width. Getting around this is simple, though, with an IE-specific expression. Read more about that in the article “Maximum and Minimum Height and Width in Internet Explorer.”

6. Elastic Design

There is a third option when working with Web page layouts. An elastic design is sometimes preferred by designers because it mixes the two other main layout types. It works by sizing all elements with em’s. The quote below explains exactly what an em is and why it can be beneficial.

“A pixel is an unscalable dot on a computer screen, whereas an em is a square of its font size. Because font sizes vary, the em is a relative unit that responds to users’ text-size preferences.”
- Patrick Griffiths, A List Apart

While elastic design is supposed to offer more benefits, it still has its pros and cons like the other two layout styles.

Pros

  • If implemented correctly, this layout style can be very user-friendly. The goal is to have everything grow larger or smaller in proportion with the user’s preference.
  • Elastic layouts are perfect for designers who love both fluid and fixed designs, because the pros of each are found in elastic layouts.

Cons

  • Even given the first pro above, this type of layout can create a huge problem with usability. It takes a lot of savvy and testing to get the layout right for all users.
  • This type of layout is much more difficult to create than the other two, and the extra bit of usability it brings may not always seem worth it.
  • Depending on the specifics of the layout, some elastic designs may require supplementary style sheets and cheats for IE6.

Examples of Elastic Page Design

Elastic and fluid layouts are incredibly similar in appearance, so much so that they are usually confused with each other. However, elastic designs use em’s instead of percentages and depend primarily on font size. These designs adjust to the text size that users set for their browser.

Elastic1 Large in Fixed vs. Fluid vs. Elastic Layout: Whats The Right One For You?

Elastic1 Small in Fixed vs. Fluid vs. Elastic Layout: Whats The Right One For You?

Elastic2 Large in Fixed vs. Fluid vs. Elastic Layout: Whats The Right One For You?

Elastic2 Small in Fixed vs. Fluid vs. Elastic Layout: Whats The Right One For You?

7. Which Is Right For Your Website?

Choosing between a fixed and fluid website will depend a lot on the type of website itself. Weigh the pros and cons above to determine the right solution for your website.

A portfolio website, for example, would probably be best shown in a fixed-width layout, so that you have more control over the design. Not only will you be able to better control the layout of individual elements in the design, but the images in your portfolio showcase will be better handled with a fixed width. Many designers, not just those with portfolios, may prefer fixed-width layouts for the ease of use and assurance it gives them.

Any designer who seeks 100% compatibility should take the time to set up a fluid layout. In such a case, the main challenge isn’t the excess of white space in large screen resolutions, but rather the small percentage of users with a small screen resolution. For websites with large audiences, accommodating even the smallest percentage of users may be important. But even beyond that, websites with large audiences should have a simple and clean design anyway, which can be done effectively with a fluid layout.

Still can’t decide? An elastic or partially elastic design is still an option. When used correctly, elastic layouts can bring the biggest benefits of both other types<. Designers will often employ the elastic-layout principle in using em’s for fonts and containers, and then use a smart mix of percentages and pixel widths to set the rest of the layout elements.

What Other Designers Say

Comment by Heidi Cool on Fixed vs. Liquid vs. Elastic Layout
This designer makes some great points about working with other people who will be using the layout and may not know as much about Web design:

“I go back and forth on this issue. We use a fixed width at case.edu because:

  1. Liquid is more complicated, and we distribute templated designs to users of varying skills who might easily break a liquid layout. (They’re actually regular HTML files rather than Dreamweaver templates.)
  2. We want to ensure our maintainers don’t build pages with line lengths that are too long and thus harder to read.
  3. We try to limit the space available because people have a tendency of filling up whatever space is available. If they have large monitors they could really overcrowd a page not realize how messy it gets on smaller displays.

As you can see the bulk of these issues relate to the fact that our sites are distributed and built and maintained by people of varying skill levels. If I were working on one site alone and I was doing the coding, then I’d base the decision on goals, content, etc.”

Comment by madr on Where Have All the Flexible Designs Gone?
Two more good points are made here about using fixed-width layouts:

Banners and ads are usually made with images and Flash movies, making it harder to do an elastic or flexible design. I have worked in the newspaper world for a year and a half, and the ads really are a holy cow in these areas. So are article images, for which an elastic layout would make the viewing area too big for the top image.

Every browser but Safari 3 and below (Safari 4 is coming), Firefox 2 and below and IE6 and below (which are to be viewed as obsolete/deprecated soon) have support for page zoom instead of text resizing, making the time to accomplish a flexible and elastic design hard to justify since the majority of the visitors won’t even notice it.”

Comment by jphilapy on Where Have All the Flexible Designs Gone?
Two good points in support of fluid-width layouts:

“Flexible sites can be made to work at many resolutions. There is no need for heated debates or research about user screen sizes. Besides, screen resolution statistics are a myth; few people run their browser full-screen and many have toolbars, sidebars, or other widgets that use valuable screen estate.

Mobile phones, such as the iPhone, and games consoles are becoming viable alternatives for web browsing. In general, these devices have smaller resolutions and can benefit from flexible web designs.”

Comment by Calrion on About Fluid- and Fixed-Width Layouts
Clear case for using elastic designs:

“I think the ‘elastic’ layout is the best option. Fluid to a point, then fixed to ensure lines of text, etc., don’t become ridiculously long.

I’m a Windows user, and I maximize.

Mostly, I maximize because I can get the best look at whatever app I’m using, and because I generally have large amounts of detritus on my desktop. Additionally, maximizing my browser (Firefox) allows the maximum space for interface elements, specifically the links toolbar and tabbed area.

In terms of usability, fluid is probably best for savvy users, as their browser width is in control. For less experienced users, elastic is probably best, as it will automatically stop itself from becoming too wide.”

Comment by Georg on About Fluid- and Fixed-Width Layouts
An explanation of how one designer uses a mix of all three to get the best results:

“Fluid main part, fixed sidebars and (maybe) some elastic parts is my preferred layout method. I always keep text areas within 600px max-width though, and hack IE/win.

Using min/max for the whole page, so it’ll stay within 600 – 1200px and centers above. The same hacks for IE/win.

Testing everything on 600 to 2400 wide screens, and leave the rest to each visitor. Text lines will not get too wide (600px max), and the page doesn’t break too early under stress.

Most comments I get are that visitors don’t notice anything that really disturbs them, and that it makes easy read. Guess that means that it’s a working compromise.

Your site works fine for me, so I’ll call it a good compromise. My old eyes say the text is a bit too small, so I zoom it to 200% in Opera on a 1280 screen. No problems whatsoever.”

39 Comments to “Fixed vs. Fluid vs. Elastic Layout: What’s The Right One For You?”

  • UGG Boots February 9, 2010 at 5:14 pm

    I straightforwardly enjoyed reading your blog and soil it both educative and interesting. I wish be satisfied to bookmark it and get down upon it as ordinarily as I can.

    Thanks

    Bernice Franklin

    UGG Boots

  • discount amazon February 16, 2010 at 1:13 am

    quite interesting article. I would love to follow you on twitter.

  • payday loans February 22, 2010 at 1:19 am

    I want to thank the blogger very much not only for this post but also for his all previous efforts. I found http://www.omnetsolution.com to be greatly interesting. I will be coming back to http://www.omnetsolution.com for more information.

  • account money February 27, 2010 at 1:39 pm

    After reading you site, Your site is very useful for me .I bookmarked your site!

  • PhillDoc March 10, 2010 at 9:52 am

    Interesting post as for me. I’d like to read more concerning that topic. Thnx for posting that material.

  • NightWalker March 12, 2010 at 12:20 pm

    It was rather interesting for me to read this blog. Thanks for it. I like such topics and anything that is connected to them. I definitely want to read a bit more soon.

    Best regards

  • SARAH HERNANDEZ March 13, 2010 at 10:29 am

    Hi great blog yea nice work our blog will soon be adding reviews on blogs and add them to our websites as the top best 50 websites to visit we also do reviews on Product Reviews all types of reviews we will get back to you

  • twitter layout March 22, 2010 at 3:36 am

    Hey, Awesome blog you have here. I wanted to let you all know that I think Twitter is going to be one of the better networks because of the fact that it is supported by so many industries. I also think when Twitter reveals some of it’s new functions, returning traffic will increase to show the real growth of the network.

    Anyway, I build a website that gives away great resources for Twitter that are 100% free, so come and visit and don’t be a stranger.

    Keep up the great work!

  • wholesale Cell phone batteries March 28, 2010 at 6:32 am

    I usually don’t usually post on many Blogs,but I love your blog, I often read here, still I just has to say thank you… keep up the amazing work.

  • computerwinkel April 13, 2010 at 10:31 pm

    When I searched on AOL for topics about operating systems I came across this page. Nice page by the way!

  • jordan shoes April 19, 2010 at 1:04 pm

    wow.. i’m very

    enjoy reading your post. great.

  • unlock iphone April 19, 2010 at 10:43 pm

    Thans

    for the nice post. .I bookmarked your site!unlock iphone

  • Grant May 2, 2010 at 4:57 pm

    Keep up the good writing

  • tiffany jewellery May 2, 2010 at 10:57 pm

    One again, your article is very nice

  • Registry Cleaner Reviews May 3, 2010 at 2:14 am

    Nice

  • mbt shoes May 7, 2010 at 10:46 am

    good information you

    write it very clean. I am very lucky to get this tips from you.

  • Hermes birkin bag May 10, 2010 at 4:20 am

    I’ve already bookmark this article and will definitely refer this article to all my close friends and colleagues. Thanks for posting!

  • mbt shoes May 11, 2010 at 7:16 am

    I am the first time on this site and am really enthusiastic about and so many good articles. I think it’s just very good.

  • 黑帽SEO May 13, 2010 at 1:08 am

    Thanks for best news!

  • 传奇私服 May 13, 2010 at 2:07 pm

    I Will have to come back again when my class load lets up – however I am taking your RSS feed so I can read your site offline. Thanks.

  • search marketing May 13, 2010 at 9:05 pm

    I thought it was going to be some boring old post, but it really compensated for my time. I will post a link to this page on my blog. I am sure my visitors will find that very useful.

  • admin May 15, 2010 at 10:11 am

    I will start rss feed soon…..

    Regards,
    Om Net Solution

  • Christian Louboutin Shoes May 18, 2010 at 5:48 am

    nice share, good

    article, very usefull for me…thank you

  • hiv seroconversion May 18, 2010 at 10:10 am

    I feel a lot more people need to read this, very good info! . . . . . .

  • hike the appalachian trail May 20, 2010 at 1:52 pm

    Thank you for another informative blog. Where else could I get that kind of info written in such a perfect way? I have a project that I am just now working on, and I have been on the look out for such information.

  • Jolene Capaldo May 22, 2010 at 6:46 pm

    I really enjoyed reading this. Think I’m going to look through your other posts!

  • landing page template May 23, 2010 at 6:27 pm

    Good luck getting people behind this one.  Though you make some VERY fascinating points, youre going to have to do more than bring up a few things that may be different than what weve already heard.  What are trying to say here?  What do you want us to think?  It seems like you cant really get behind a unique thought.  Anyway, thats just my opinion.

  • basketball jerseys May 24, 2010 at 5:27 am

    This is an interesting article. Thanks for sharing.

  • free keylogger May 29, 2010 at 12:11 pm

    great share, great article, very usefull for me…thank

    you

  • Wholesale sunglasses May 30, 2010 at 6:55 pm

    Great journey and experience!

  • basketball goal May 30, 2010 at 8:08 pm

    Niceinformation, many thanks to the author.

  • basketball hoops May 30, 2010 at 8:18 pm

    greatly, the post is in reality the sweetest on this deserving issue. I fit in with your conclusions and will thirstily look forward to your next updates. Just saying thankx will not just be adequate, for the fantastic clarity in your journalism. I will right away grab your rss feed to stay privy of any updates.

  • website development August 9, 2011 at 2:57 am

    Really starting to love your site.

  • iphone deals August 18, 2011 at 12:46 pm

    When I initially commented I clicked the “Notify me when new comments are added” checkbox and now each time a comment is added I get four e-mails with the same comment. Is there any way you can remove me from that service? Bless you!

  • notebook paper template for smartboard September 18, 2011 at 11:03 am

    Fantastic site. A lot of useful information here. I am sending it to several friends ans additionally sharing in delicious. And naturally, thank you on your effort!

  • Oberbekleidung October 13, 2011 at 8:19 am

    Hey! I was surfing arround on Bing and found your website. I like the articles! I also have a blog . Please feel free to leave a comment there.

  • Posicionamiento web November 7, 2011 at 2:08 pm

    With havin so much written content do you ever run into any issues of plagorism or copyright infringement? My site has a lot of completely unique content I’ve either created myself or outsourced but it appears a lot of it is popping it up all over the web without my permission. Do you know any methods to help prevent content from being ripped off? I’d genuinely appreciate it.

  • "Native Instruments Traktor Kontrol S2" February 22, 2012 at 7:33 pm

    Keep working ,great job!

  • cccam sharing free test May 24, 2012 at 5:11 pm

    Really wonderful information can be found on website . “Prayer is the wing wherewith the soul flies to heaven, and meditation the eye wherewith we see God.” by Ambrose of Milan.

Post comment


× 4 = thirty two

GET CONNECTED

Categories

Recent Posts

Subscribe Me

Enter your email address:

Delivered by FeedBurner

RSS Om Net Solution Facebook Wall

Twitter Tweet

  • The RSS feed for this twitter account is not loadable for the moment.

Follow @paras_1603 on twitter.

Tags