Overlay Box Usability

Over the past few months there has been an increasing use of ‘Overlay boxes’ to display larger versions of images and other types of content. This essentially means that when you click on an item, the page dims and another image or window appears that you can interact with or click the dismiss.

One of the best known and easiest way to incorporate this technique into your site is to use jQuery and the excellent plugin, fancybox. Example of the sort of this you can do are shown on fancybox example page http://fancy.klade.lv/example.

An example of a overlay showing a video

An example of a overlay showing a video

Anyone that is prepared to play around for a couple of hours, even if they have little to no javascript experience can get this working on their site without too many difficulties.

Technology aside, in terms of usability these overlay boxes can be a very useful addition. They can typically show: -

  • A larger version of an image
  • An explanatory video
  • Supporting information – to help a client make a choice for example

They do this without the user having to leave the main page and then navigate back again, so the main purpose of the page remains in the users thought path rather than allowing them to be distracted. They also do not have the usability issues of the ever annoying mouse overs, which tend to pop up when you least expect them!

However there seems to be an increasing trend to use overlay boxes for what I am going to call the ‘sake of bling’! I am not sure whether this is designers and developers just liking the bling factor, or that their clients are more impressed if they see this sort of interaction however there use in the wrong places can be a usability issue.

My example for this, and the reason for my post, was a site I saw the other day that was in development. I am not going to give a link as at the time there was a splash screen showing the company logo, under construction messageĀ  and under that simply “Please contact us here”. Okay first usability point, that does tell you what to do at all, but lets assume that at least some people would mouse over it and then click it. When you did an overlay box appeared with a contact form on it.

The problem here is that the required click is an interaction that didn’t need to take place. The form could easily be replaced with a simple email link that would need no explanation of what the user had to do (spam issues aside, but this is a small commercial company that will not want to hide their email address). There was also no phone number shown, so there was no choice of contact methods available.

To conclude my usability advice in this case would have been a straight forward HTML page. No it wouldn’t have been as flash, but all the information the user needed would have been to hand as soon as the page appeared. The users would have thanked you for it even if the website owners were not so impressed.

Tags: , ,

This entry was posted on Friday, July 10th, 2009 at 6:32 am and is filed under usability. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

2 Responses to “Overlay Box Usability”

  1. christine Says:

    April 23rd, 2010 at 4:30 am

    Thanks for the article. I needed a good summary to help explain when/how to use overlays. Right now I have a client who thinks that if you make a page an overlay and not a new HTML page, that means less web pages, which means lower cost to build. Hmmm…if only it were that easy.

  2. admin Says:

    April 23rd, 2010 at 9:04 am

    That is a problem. Maybe you could always make sure that the overlay is an iframe. That way you can load the new content as a new page, so you can charge them for the extra work you’re having to do. I know iframes aren’t well thought of, but for this type of thing, when you are pulling content in from your own site I don’t see that there is any problem, and it keeps the initial page size down (which is a great selling point for clients).
    I have to say that although poor use of overlay boxes is often an annoying extra step which can lead users away from a site. I am currently running tests on a site where I have moved an enquiry page from opening a new tab (the client wants to user to be able to see complex product info), to an overlay, and at the moment we are getting 10 times the enquiry rate! Obviously this could be a blip as I haven’t reached statistical validity yet, but still 10 times was astonishing. So overlay boxes can work well, if used in the right context!

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

  • « Older Entries
  • Newer Entries »