widget and menu behavior where hover or click shows contents immediately below.

learn more… | top users | synonyms

15
votes
2answers
466 views

Most intuitive multi-select component for the web

My target audience are users that are not familiar so much with computers so i try to simplify the UI elements in use as much as possible. For instance I try to avoid drop down menus and use big ...
2
votes
4answers
167 views

Is a dropdown easy to use?

I have a web form with a canvas. I must add two buttons in the top-right corner, "Save as SVG" and "Save as PNG". I was wondering if using a drop down button instead of the buttons could be better. At ...
5
votes
4answers
197 views

Is it better to put text field for drop down with more than 15 items?

UXMovement.com recommends over 15 items in a drop-down should be a text field. I have a drop-down on a form field, on a web page, which has more (about 40) items to choose from. Dropdown value ...
2
votes
3answers
94 views

Search Bar with multiple filters

I'm designing a solution for search that allows upfront filtering. We have a website that displays a large amount of content of different types. We need the filtering systems. My question is: Could ...
2
votes
5answers
170 views

Dropdown option order best practices when not using alpha sorting

Looking for best practices on ordering dropdown options when using a logical sort vs an alphabetical sort. To keep this from being open ended, here are some specific cases: Chronological - i.e. ...
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)?
8
votes
3answers
339 views

Using Dropdowns AND Radio Buttons to avoid confusion

For you reference I wanted to point out that this is a Video project. I am designing a menu in which the user can choose 1 of 4 formats for SD (standard definition) and two options for HD (high ...
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?
1
vote
3answers
126 views

DropDownLists becoming TextBoxes - Should the user be able to go back?

So I have a menu on web application I am developing. In this menu, there is an option for how many Project vacancies one wishes to create. The user can choose as many as they need (large numbers will ...
3
votes
4answers
185 views

Side Navigation Highlighting Current Page Link Items

I have been working on a side navigation reconstruction project that is now entering the design phase. Through research i've noticed many sites using different colored text to highlight/bookmark user ...
2
votes
2answers
157 views

What examples are there for grouping multiple site tools under one button or dropdown?

We're considering moving links to all our site tools under one button. Clicking the button would open a modal exposing links to these tools. The button would be in the header and be available on all ...
8
votes
4answers
264 views

Navigation menu with only one drop-down child — intuitive or not?

Here is a website's main navigation: Having sub-navigation on-click is pretty common and irreplaceable: But as a user and designer, I have struggled with the case where there is only one child ...
3
votes
2answers
976 views

Is it ok to use drop-down menus in Mobile Website?

Is it ok to use drop-down menus in a Mobile Website which opens on clicking? Like http://ux.stackexchange.com
4
votes
2answers
218 views

“File” for name of drop-down menu

In Windows mostly, a lot (most?) applications have a "File" drop-down menu, with things like "Exit", "Import/export settings", "Preferences", ... Is "File" a blindly accepted standard/default? ...
6
votes
2answers
136 views

Best usability: visual presets or simple action?

I'm working on a webapp that lets designers generate CSS through an intuitive interface. Right now I'm working on the Shadows panel and I can't decided which option has the most versatile usability. ...
6
votes
1answer
137 views

Drop down list vs. clickable map

I'm working on a web tool that requires users to choose their region as a search filter. I'm trying to decide if it will be best to use a drop-down list (there will be 15 regions) or a clickable map ...
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 ...
8
votes
8answers
369 views

Icons vs. Dropdown for primary mobile navigation

I am working on a responsive design in which there are 5 selections in the primary navigation. I'm thinking because there are only 5 I could use icons instead of a dropdown for the primary navigation. ...
3
votes
1answer
99 views

Long select dropdowns

I'm working on a responsive landing page where users arrive after clicking on online ad. On the form, users need to select a location (105 possible) at which they would like their service. ...
6
votes
3answers
241 views

Links inside a dropdown

I'm wondering if links inside a dropdown provides a valid user experience, if it isn't part of the main navigation of the site. For a news website I'm trying to come up with a nice way for the ...
13
votes
4answers
329 views

Adding “Select…” as first option (placeholder) of dropdown list

Would it be considered a good practice to add the word "Select..." as the first option of a dropdown list? I think it's redundant and not at all necessary and what is in the dropdown list should be ...
19
votes
6answers
988 views

Buttons instead of radio buttons or a dropdown

In a recent project of ours I am tasked with creating an interface that solves the same problem as radio buttons or a dropdown menu would, but using buttons instead. It approximately looks like this: ...
5
votes
2answers
69 views

Choice Box or Tabs for multiple contents in a view [duplicate]

I am going to display a small view in my application that contains contents to be picked. The contents are sorted in an undetermined quantity of categories. Would it be preferred to sort them in ...
3
votes
2answers
101 views

Setting vs Settings? Which one makes more sense in a dropdown button

This button should do what it looks like it should do. It opens a drop down of actions that a user can perform on their user account. Should I go with "Setting" or "Settings"?
4
votes
2answers
140 views

Break up options in a drop down by scope

I'm working on a social application whose main component we'll call Object. On the Object view there is a drop down that can contain as many as 9 options. Some of these options impact only a single ...
6
votes
2answers
123 views

Nested dropdowns in mobile view

So i build a website using bootstrap. The problem is that i have nested drop downs. The link below is image for dropdowns that look nice and not cluttered in desktop version. However this is how it ...
10
votes
6answers
821 views

Responsive Menu that has a LOT of menu items

We have a responsive menu that on mobile just shows the top level menu items (x8), but on desktop also shows hover drop drop downs with service areas within the parent menu item. The problem is we ...
7
votes
2answers
106 views

Should I change how a list is displayed based on number of options?

In a web application I work on, I have been asked to change an existing 'Owner' field from being free-form to accept only predefined values from a list. Sometimes that list can be manually configured ...
2
votes
1answer
55 views

How to make the options change for a recurrent button (such as add and locate)?

I am currently working on a new project for a financial trading and broking platform, where we are splitting the screen into 2 columns, one sidebar and one for content. The purpose of the sidebar is ...
1
vote
1answer
132 views

How to provide a visual interface for all selections

We are designing a visual interface which allows you to multi-select a few objects (say 5) from a large list of objects (say 1000). We are currently showing this on a drop-down, but we also want to ...
3
votes
2answers
168 views

Drop down indicator for a circular shape

It's easy to indicate an item is a dropdown when the item has a rectanglar shape. For example, . But when the item has a circular shape , what's the best position to place the indicator?
23
votes
17answers
763 views

All my users are from Afghanistan or how to get users to correctly fill out a form

I have a website with a form users fill out to create an account. Following advice from this forum and other places I am asking for only the minimum required information to create an account ie. ...
2
votes
4answers
361 views

Are Radio Buttons or a Drop-down more appropriate to scope a search?

Below are Mock-ups of the two choices to scope the search. The radio buttons would expose all choices initially. The drop-down search pattern I've seen more often, and I think users would be more ...
0
votes
2answers
126 views

What is an effective way to allow user select from a list of thousands of customers

For browser based web application, I need the user to select a customer from thousands of available customers. The user may have the ID of the given customer or just the Full Name & Address. In ...
4
votes
1answer
113 views

Mega drop down or product list shown directly in home page?

We proposed a classic structure for a big brand website: Horizontal navigation menu, big slider with images and three boxes for highligts (img 1) Product list is shown with a mega drop down menu. My ...
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 ...
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 ...
2
votes
4answers
285 views

Drop down menu best practice question

I am working on a page containing a tabular list of schools (see http://www.guidetoonlineschools.com/online-schools/non-profit). This list contains the name of the school, data on its tuition, ...
5
votes
1answer
254 views

Price plan table with multiple payment options

I have a pricing plan table with multiple payment options. I'm not sure whether it is best to place the pricing options in a drop-down (and fire off the submit on the "onchange" event) or simply have ...
12
votes
3answers
808 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? ...
5
votes
3answers
173 views

Dropdown select or Dropdown select + button?

There seems to be two contradicting conventions on web applications. One is that a Dropdown-control also is an action button, meaning that when a user selects an item in the Dropdown control, an event ...
6
votes
5answers
272 views

What is a good way to display side navigation levels?

For the past few weeks I have been working on reconstructing my employers side navigation. While attending a recent meeting, discussion on side navigation hierarchy arose and there was a debate on how ...
5
votes
2answers
228 views

Arrows for Navigation/Menu/Expandables Misleading?

When a user visits a site they are presented with some sort of Navigation Structure. Typically the arrow is a standard convention that alerts a user that when this item is clicked an action will ...
3
votes
3answers
418 views

Alternative way to display too many buttons

I'm working with a user who wants to have everything at a push of the button. When viewing a record, he wants big buttons across the top of the screen to return to the search, return to the search ...
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 ...
1
vote
1answer
168 views

Is a multiselect (with a few exposed options) always better than a drop down menu?

Consider the two inputs below: Ignoring the poor label placement for a moment... It seems to me that in many cases, either of these inputs could perform the same function. Do either of these ...
7
votes
3answers
302 views

Side Navigation Arrow Placement Right or Left?

I have been working on a project that involves reconstructing a page side navigation. Throughout the project i've researched current trends in navigation structure and noticed arrow placement on the ...
4
votes
2answers
204 views

User-friendlier dropdowns with hoverIntent?

Is it a good idea to use hoverIntent (which introduces a slight movement-predicted delay to prevent accidental hover-offs) for user-friendlier dropdowns? ...
3
votes
1answer
97 views

Consistency in navigation

Is it going against best practice to have some items in the main navigation clickable and other items not clickable they just reveal a drop down? Should the pages that reveal a drop down have a ...
1
vote
4answers
413 views

Should dropdown menus be indicated by arrows?

Should dropdown menus be indicated by arrows so users can distinguish between dropdowns and non-dropdowns? Does this depend whether we're talking headers or bodies, primary or secondary navbars? Do ...

1 2