- Forms
- Explaining the process
- Community driven
A list of main sections is listed on the same horizontal line. Once the user has his mouse cursor over one of the list items, a drop-down list of new options is shown below the list item the mouse cursor is pointing at. The user can then follow the now vertically extended list item down, to select the menu item he wants to click.
Once the user removes the cursor from the box of drop-down’ed options, the box disappears. He can then put his mouse cursor over another list item, whereafter the process starts over.
As humans, we do not always act perfectly as the system would like us to. To cope with human errors and to guide us to act as you would like us to, you can implement the following:
Other issues you want to take notice of:
Drop-down menus safe space. This is the main reason for using them. Otherwise, drop-down menus are not regarded as a technique that increases usability, as they can often be difficult to use.
Flyout menus allow for only showing top levels of the page’s hierarchy permanently, while still giving the option to show deeper levels on mouse over.
From facebook.com.
From intuit.com – combined with the Navigation Tab pattern.
From dell.com – combined with the Navigation Tab pattern.
The dropdown menu at Vimeo is styled with very round corners to blend in with the site's theme in general.
J.P.Salvador
14 Jul, 2008
MENU PATTERN
Arun
24 Jun, 2010
If a website is given to be design. how to do you arrive to come up with a easy to use navigation pattern.
Other day i went to an interview, the interviewer couldn’t clearly explain the business case scenario. here’s his case…he has about 5 main links and each of this link has 4-5 sub level links(screen with information)… and he wants all the main level and sub level links information to be shown in one single screen… it is possible to show so many screens info. in one screen? doesn’t it confuse the user with too much of data been presented to user in one single screen…
i suggested and combination of left side vertical menu and tabs for displaying the sub level information. the guy was not convinced with my answer
if yes, can anyone suggest/advise. what combination of patterns will have to be used to come up with a easy to use navigation and a high level screen design.
Thanks
D-Coder
14 Sep, 2010
It’s annoying when these trigger automatically. The mouse has to be somewhere, and if it happens to be over a menu tab, the page automatically blocks a huge part of what I’m looking at.
I prefer these to trigger only on a mouse click. I know whether I want to see the menu better than your page knows.
Christian Oestreich
14 Feb, 2012
I also suggest implementing a short delay before the menu layer is being triggered.
Common case: A mouse pointer is somewhere in the content section of a website. The main navigation is positioned horizontally above the content section. Even further above, there are additional menu items, e.g. site logo or meta navigation, search, etc.
If I want to move the mouse pointer to the top of the page in order to perform a search (or anything else), there is no way to pass the horizontal main navigation without triggering the menu (although the mousepointer is just a few milliseconds above it). This leads to an annoying flickering. Adding a short delay prevents this unwanted effect without compromising UI responsiveness too much. We got good results with 200ms.