Developer Forums | About Us | Site Map
Search  
HOME > TUTORIALS > DESIGN AND LAYOUT > USABILITY TUTORIALS > USING WEB WIDGETS WISELY, PART 2


Sponsors





Useful Lists

Web Host
site hosted by netplex

Online Manuals

Using Web widgets wisely, Part 2
By Jodi Bollaert - 2004-03-19 Page:  1 2 3 4 5 6 7 8 9 10

Scrollbars

Using DHTML, developers can create small text areas with graphic scrollbars within a larger Web page with browser scrollbars. This Web widget allows you to create scrollable blocks of text without requiring users to scroll the entire Web page (see Figure 8).

Figure 8. Omnium Scrollbar Widget
Omnium Scrollbar Widget

But before you are swept away too quickly, ask yourself, why is a scrollbar necessary? Putting the content of a scrollbar in a regular HTML page poses much fewer problems for users. So what is the benefit? Before deciding to use scrollbars, consider these known usability issues:

  • Scroll wheels on mice will not work as they do with browser scrollbars.
  • Scrollbars might not degrade well on browsers that do not support scripts if no alternative is provided.
  • Scrollbars might behave differently on Internet Explorer and Netscape. Thorough cross-browser testing is a must.
  • Because space is limited in a scrollbar, users are forced to scroll to view all text.
  • Some scrollbars will not resize gracefully when the browser window is resized.


View Using Web widgets wisely, Part 2 Discussion

Page:  1 2 3 4 5 6 7 8 9 10 Next Page: Conclusion and Resources

First published by IBM developerWorks


Copyright 2004-2024 GrindingGears.com. All rights reserved.
Article copyright and all rights retained by the author.