Week 4 Page 5: Navigation Styles
Deciding on a Navigation StyleThe style of navigation you select is critical to providing the users with a positive experience! As a designer, you have a wide variety of navigation styles to choose from: drop down menus, fly outs, accordion style, sub menus, single page scrolling, breadcrumbs etc. What you select is determined by:
Let's look at a few navigation styles and discuss their pros and cons! Breadcrumb navigation:![]() Here's an example of breadcrumb navigation from Costco.com: The standard convention is to use an arrow icon or > to indicate the separation between each level in the hierarchy. Dropdown navigation:Drop down menus are ideal for sites that have multiple pages that can be organized into groups. Drop down menus save screen real estate! Obviously, if you don't have an extensive site, you may not need to use this style of navigation. This style is not ideal for mobile sites either since it can take up too much space.Here's an example of a clothing company. Their dropdown menus give us access to a huge number of categories at once.
Navigation for small screen sizes:Some navigation styles are best suited for mobile and small tablets where only a few options can be displayed on the small screens. Accordion styles, flyouts, universal menu and single page scrolling. Accordion style navigation stacks the links and adds a plus sign or down arrow icon to enable the user to expand each link individually. Flyout menus are temporary popups that slide in from the side and can be hidden after use. They make excellent use of screen real estate! Here are examples of both:
The universal menu style of navigation is ubiquitous on mobile devices. How many of you have not noticed the icon with 3 horizontal stacked lines? In most responsive layouts, this is the key method of compressing navigation links into one area. Here's an example from Macy's mobile site:
Single page scrolling:Many smaller sites have opted for a different solution to the navigation problem. They have adopted a single scrolling page style instead of having a hierarchy of separate pages. Often some simple navigation is provided at the top of the page which then jumps the user down to the correct section. Sometimes, the navigation relies on simple icons (see page on icons!) Here are a couple of examples of scrolling pages.
Next let's look at strategies for designing responsive navigation!! |