More Website Knick Knack - Why to stick to the tried-and-true
(Page 2 of 7 )
The standard scrollbars may look boring in the eyes of a designer, but they have several benefits:
- Visitors do not have to search for them. They know a scrollbar as something to scroll content with and don’t need to think twice about how to use it.
- The companies developing the operating systems and/or browsers have already spent a lot of time and effort in testing the scroll bar with real people and made it as easy to use as possible.
- Using the native elements of the browser ensures that other means of input are supported – you can scroll with the cursor keys, the “page up” and “page down keys,” or a mouse-wheel.
A “roll your own” scrollbar solution has the following problems:
- To remain accessible, it needs to support keyboard and mouse.
- It cannot rely on Javascript being available. Non-Javascript environments may either cut off part of the text or break the design.
- If it relies on plug-ins, it needs a non-plug-in fallback solution.
Let’s take a closer look at a standard scrollbar, and what functionality it offers, to see what we would have to replicate with our own script:

A scrollbar allows us to either use the arrow buttons to scroll up and down or drag the slider to scroll faster. The slider also indicates to us where we are in the whole text and how much text there is to come.

The longer the text, the smaller the slider gets. This indicates not only where we are in the text, but also how much more there is to come.
Clicking on any section of the area the slider resides in will move it there. Richer applications also offer fast scrolling buttons and buttons for going to the top and the bottom.
These are a lot of features our scrollbar should have to match the ones that come free with the browser and the operating system - most of them a nightmare to implement cross-browser (when using DHTML).
We have to ask ourselves if we are up for that, and if we are up for maintaining the script in the future to make it work with the browsers to come. Also, we have to ask ourselves how we could improve the scrollbar. Reinventing something should represent an improvement of the original product, after all; simply matching the features is not enough.
Next: The site in the site >>
More Design Usability Articles
More By Chris Heilmann
|
| · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | | |
|