widget and menu behavior where hover or click shows contents immediately below.
21
votes
6answers
7k views
What should be the default option of a required dropdown list?
Given that there is no logically default animal from the list of animals below, what should be the "Default Value" below, according to best practice?
<label for="animal">Animal ...
17
votes
4answers
1k views
How to explain to director that a multilevel dropdown menu isn't a good idea
My director and designer want to make a big drop-down menu on our site. Multilevel menu :
| MENU 1 | MENU 2 | MENU 3 | MENU 4 |
...
31
votes
5answers
3k views
Default gender, “Male” or “Female”
Should our default gender when selecting male/female on the dropdown list be based on the local sex ratio (if a country have more female than male then female is the default value)?
46
votes
17answers
3k views
Adding USA at the top of dropdown list of countries. OK practice or not?
Some web sites have a country dropdownlist where USA and Canada are listed at the top of the list (as well in their normal positions). I read once that this was insulting to non US/Canada users. The ...
6
votes
5answers
940 views
Replacement for long drop-down list
I'm currently working on a part of our application in which the user edits a document. Part of the application allows the user to input certain "parts." We've implemented this as a couple of drop ...
18
votes
6answers
1k views
Why is there a convention on the web for dropdown menus on hover instead of on click?
This is something I've always wondered. On all major operating systems, application menus (File/Edit/View etc) only appear on click. However, nearly every web site that uses a drop-down menu ...
23
votes
7answers
1k views
Would Breadcrumbs be effective if they incorporate Dropdowns?
I'm currently thinking about adding a quite comprehensive section to a website: the section I'm talking about starts at level 3 of the overall website and itself has another four structural levels. ...
12
votes
3answers
807 views
Drawer Navigation vs. Drop Down Menus
Are there any studies on drawer type navigation such as: http://www.ibm.com/us/en/ where the navigation pushes down content, compared to traditional drop down menus where navigation covers up content? ...
8
votes
2answers
2k views
Usability of multi-level tabs versus dropdown menu for navigation
We're in the middle of a redesign of our client portal, and there's been some discussion about whether to pursue a multi-level tab design or a dropdown menu (used on the current version of the ...
2
votes
9answers
13k views
Examples / best practices for dropdown menus with checkboxes [closed]
I'm looking for websites with good examples of a dropdown with checkboxes. I know that the gmail labels menu is one, but I'd like to see some more. General best practices are also very welcome.
Is ...
10
votes
3answers
420 views
FORMS: When to use dropdowns, and when to use dynamic lists?
Interesting that I couldn't find a discussion of this already.
When should we use dropdown selects, and when should we use dynamic lists (updated as you type) in web forms?
My opinion:
Dropdowns ...
8
votes
4answers
451 views
What is the name of this combined button/popupbutton?
This button is in the new Firefox, but what is the name of it?
4
votes
3answers
796 views
Which is better to design a Filter?
Which is better for filter, select a single value:
Check box ( Use js to keep single selection )
Dropdown list
Radio buttons
Highlighted labels
download bmml source – Wireframes ...
11
votes
5answers
2k views
How many items in a web form drop down is too many?
A colleague and I were discussing usability and drop downs and we wanted to know:
Is there a best practice or rule-of-thumb for how many items in a web form drop down (select) is too many? At what ...
4
votes
3answers
121 views
Why not default a user's view to the middle of a sorted list?
Is there a compelling reason (besides convention) why a user's typical default view of a long sorted list is always the beginning of the list and not the middle? Assuming a random distribution of ...
2
votes
1answer
286 views
How to accept multiple types of input to a table cell?
I have a problem with a column in a table in which the cells may receive
data in multiple ways:
You may write a number, say 1.0. If you write you can only write numbers.
Place an object in the cell, ...