After I posted my blog entry on Treating User Myopia I got a lot of advice. Some useful, some not so useful. But the one bit of advice I hadn't anticipated was that we were not making good use of the area "above the fold". This surprised me. Does the fold still matter?
The fold refers to the border at the bottom of the browser window at the user's default screen resolution. Like so:
Way back in the dark ages of 1996, it was commonly thought that users didn't know how to scroll a web page.
On the Web, the inverted pyramid becomes even more important since we know from several user studies that users don't scroll, so they will very frequently be left to read only the top part of an article.
Thus, it was critically important to cram in as much content in as possible above that fold, as anything below it was invisible to a huge number of users. They didn't know how to scroll, so they would never find it. Jacob Neilsen, renowned usability expert, is the author of the above quote. But he recanted his position in 2003:
In 1996, I said that "users don't scroll." This was true at the time: many, if not most, users only looked at the visible part of the page and rarely scrolled below the fold. The evolution of the Web has changed this conclusion. As users got more experience with scrolling pages, many of them started scrolling.
Scrolling is an example usability versus learnability. It was always my belief that users quickly learned to scroll, otherwise they were permanently crippled as web citizens. If you can't learn to scroll within an hour or so of using the web, you're going to have an awfully stunted experience -- so much so that you're probably better off not using it at all. In short, if you use the web, you know how to scroll, almost by definition. It is a fundamental skill.
Even today, people will cite the ancient, irrelevant rule of The Fold as if it's still law. In fact, I was just talking to a friend of mine who expressed his frustration at dealing with a middle manager who was using the "content must be above the fold" rule as a weapon, and demanding that all page content appear above the fold. It's terribly misguided.
Although thoroughly debunked, there are still some hidden dangers from the fold, and subtlety to how users react to it. As documented by a recent usability study on the fold, there are three specific pitfalls to watch out for:
These are excellent guidelines, backed by actual eye tracking and experimental results. You know, science! But how do they apply to me? First, I established where the fold actually was. Per Google Analytics, about 25% of our users are using screen resolutions where the page fold is at about 700 or 800 pixels of height. And remember, browsers have a lot of horizontal chrome that tends to squander that height -- toolbars, status bars, tabs, etcetera. The fold is probably much closer than you think it is.
Next, I looked at the advice I had been given regarding the top of the page. Sure enough, we had a bunch of irrelevant UI at the top that didn't really matter: things like redundant page titles, and two line title entry. We were wasting critical real estate at the top of the page! For the 25% of users who have a 700 or 800 pixel fold, items were pushed down far enough that they might not actually be visible. Worse still, the strong bottom border of the text entry area with the drag slider could possibly align with the page fold itself -- leading the user to believe that nothing is below there and failing to scroll.
It's not only a basic rule of writing, it's also a basic rule of the web: put the most important content at as close to the top of the page as you can. This isn't new advice, but it's so important that it never hurts to revisit it periodically in your own designs.
In treating user myopia, it's not enough to place important stuff directly in the user's eyepoint. You also need to ensure that you've placed the absolute most important stuff at the top of the page -- and haven't created any accidental barriers to scrolling, so they can find the rest of it. The fold is far less important than it used to be, but it isn't quite as mythical as Bigfoot and the Loch Ness Monster quite yet.
I think the simple is the best,the more simple,the best.
For example a famous website in the UK and USA.
http://www.laptopbatterypack.org.uk
> From now on, I'm going to put a heavy bold dashed red line a few
> pixels above the fold on all of my pages.
> Does anyone know of any canned javascript for doing this?
> I'm sure someone else has already created just such a script.
@Brandon: Just for you, I've created what you've asked for... http://www.yourjavascript.com/7130814927/reddash.js
Just insert a script tag anywhere on your page (even in an iframe!) and the top level window will get a fold marker...
You can see it in action on http://jsbin.com/ezife or even http://jsbin.com/ezife/edit (just look at the output tab - for bonus points, look at the other tabs before and again afterwards)
Stobor on November 8, 2009 5:36 AMso sweet.
dfo gold on November 8, 2009 7:35 AMA hint:
The importance and indeed the name of "The fold" came from newspaper publishing.
Newspaper editors did not believe that placing the most important information above the fold was "because readers didn't know how to unfold their newspapers."
Hope that helps.
Chris on November 11, 2009 10:30 AM>..but it isn't quite as mythical as Bigfoot and the
>Loch Ness Monster >quite yet.
The Loch Ness monster is real, just to let you know. ;)
Matthew Morgan on November 12, 2009 2:42 AMthanks very much, very good, I like this, I had read,
ball valves on November 16, 2009 9:42 AMGreat post, Jeff.
Jim on November 18, 2009 3:23 AM> Worse still, the strong bottom border of the text entry area
> with the drag slider could possibly align with the page fold
> itself -- leading the user to believe that nothing is below
> there and failing to scroll.
Yep, that's what I see.
As I recall, the bottom of the SO question text box is right at the bottom of the visible screen, so I don't remember there's a preview there and there's no reason to scroll down.
However, you do have to scroll down to add tags and hot submit, so *then* I see the preview (and go back and fix the formatting, usually).
I find it kind of funny how the whole "fold" argument is made out to be some web-era development. "Above the fold" is a newspaper term, which refers to the same (albeit senior) idea. I would argue that the tendency to put content "above the fold" was not solely because users couldn't scroll but because designers, whether subconsciously or explicitly, designed their sites so the content "above the fold" was the most interesting and useful, and as Phenwoods said it is important that this content "grabbed their attention" so they could then be "bothered to scroll."
Of course, like any well designed website, there are the Geocities which simply took it too far, and crammed EVERYTHING in the first page. Where I am currently employed as a web designer for a corporation, there was much emphasis placed on making the website not scroll. Ironically, for the exact reason that "users don't like to scroll." I completely disagree with this, as you do, in that when I am browsing I always have a hand on my mouse, and my mouse, for many years now, has always had a functioning scroll wheel. It's second nature to curl my middle finger and see what is below the "fold".
Brandon Heyer on February 6, 2010 11:22 PMThis page it too tall. What's up with that?
Don McArthur on February 6, 2010 11:22 PMI know people who have a scroll wheel, but won't use it no matter how many times I tell them how much easier it makes things, especially when they always use maximised windows. They've always been very comfortable with scrolling though.
Think of it like music. 'Classical' isn't as popular as 'pop' because people just want 3 minute blasts of ABABCB. Even then they only remember the chorus and one verse at most. Even I'm like that. I love long songs like REM's Leave or Leftfield's Space Shanty, but the play count doesn't show that because I want a variety of music quickly.
John Ferguson on February 6, 2010 11:22 PMFrom now on, I'm going to put a heavy bold dashed red line a few pixels above the fold on all of my pages. Does anyone know of any canned javascript for doing this? I'm sure someone else has already created just such a script.
Brandon on February 6, 2010 11:22 PMJeff presists because he is a programmer and he feels what is right in his eyes should be accepted by all. Jeff design for the end user and not for yourself.
Jon on February 6, 2010 11:22 PMThe comments to this entry are closed.
|
|
Traffic Stats |