mega drop downs

13
Mega Drop Down What they are, usability, design and development

Upload: webxopt

Post on 27-Jan-2015

115 views

Category:

Technology


2 download

DESCRIPTION

A quick look at mega drop downs. What they are, where they have come from, example, and some development idea.

TRANSCRIPT

Page 1: Mega Drop Downs

Mega Drop DownWhat they are, usability, design and

development

Page 2: Mega Drop Downs

Mega Drop Downs

•Visual navigation

•Large drop down menu showing image and product description

Page 3: Mega Drop Downs

Mega Drop Downs

Simple mega drop downSimple mega drop downShows the difference between Shows the difference between

products products that are hard to describethat are hard to describe

Page 4: Mega Drop Downs

Mega Drop Downs

Well styled mega drop downWell styled mega drop downDoes require scrolling but allows Does require scrolling but allows products to be easy scanned & products to be easy scanned &

sublevel navigationsublevel navigation

Page 5: Mega Drop Downs

Mega Drop Downs

Mega drop down that slightly misses Mega drop down that slightly misses the mark. Difficult to scroll & the mark. Difficult to scroll &

sublevel navigation gets in the way.sublevel navigation gets in the way.

Page 6: Mega Drop Downs

Mega Drop Downs

Mega drop down that misses the Mega drop down that misses the mark. Over large image that takes mark. Over large image that takes

too long to load. More of a mini web too long to load. More of a mini web page than a navigation scheme.page than a navigation scheme.

Page 7: Mega Drop Downs

History•Jakob Nielsen

•Alertbox, March 23, 2009

•“Big, two dimensional drop-down panels group navigation options to eliminate scrolling and use typography, icons, and tooltips to explain the user’s choices.”

Page 8: Mega Drop Downs

Usability

•Everything visible at once (no scrolling or multilevel menus)

•Grouped to aid usability

•Can use visual images to clarify choices that are difficult to describe in a few words (eg rack types)

Page 9: Mega Drop Downs

Usability - Design Parameters

• Structure navigation in functional groups that make sense to your customers

• Pick images that show product differences clearly

•Use a few words to supplement images if required

•Use a mouse over effect if appropriate

Page 10: Mega Drop Downs

Design/Development

•Needs to open quickly with minimal loading times

•Use ‘CSS sprites’ to load all images at once quickly

•Use expires headers so that images are put into cache

Page 11: Mega Drop Downs

Design/Development

•Use javascript to add in a 0.5 second closing delay

•Possible use of jQuery, although in Sitepoint article this didn’t work well

•Use of Dreamweaver’s Spry based menu works well and is quite light weight

Page 12: Mega Drop Downs

Summary

•Use Mega Drop Downs when

•a site requires multi-level navigation

•when products are difficult to describe

•when a visual may more clearly identify a product than words (eg cars)

•Don’t ‘rely’ Mega Drop Downs as javascript may be turned off, or the site may be accessed by a mobile device.

Page 13: Mega Drop Downs

http://www.webxopt.com/resources.html

More Information