Top "Drop-down-menu" questions

A GUI element, similar to a combobox and a list box, which allows the user to choose one value from a list.

ASP.NET / C#: DropDownList SelectedIndexChanged in server control not firing

I'm creating a server control that basically binds two dropdown lists, one for country and one for state, and updates …

c# asp.net drop-down-menu custom-server-controls selectedindexchanged
How can I create an editable combo box in HTML/Javascript?

I need to let users select an item from a dropdown list, but also allow them to instead enter any …

javascript html combobox drop-down-menu
Bootstrap 3.0 Sliding Menu from left

I've implemented a sliding menu from left to right in my bootstrap 3.0 website using mmenu. However, the performances in Android (…

twitter-bootstrap drop-down-menu twitter-bootstrap-3 slidingmenu mmenu
Allow click on twitter bootstrap dropdown toggle link?

We have setup the twitter bootstrap dropdown to work on hover (as opposed to click [yes we are aware of …

drop-down-menu hyperlink twitter-bootstrap
Dropdownlist width in IE

In IE, the dropdown-list takes the same width as the dropbox (I hope I am making sense) whereas in Firefox …

javascript html internet-explorer drop-down-menu
Adding icons to a Bootstrap dropdown

I want to add some icons to links in a Bootstrap dropdown, using code like this: <ul> <…

html css twitter-bootstrap drop-down-menu icons
Close Bootstrap Dropdown after link click

I have a bootstrap dropdown menu below. It has a link in it hooked up to a knockout.js binding, …

javascript twitter-bootstrap drop-down-menu knockout.js event-propagation
How to hide drop down arrow in IE8 & IE9?

I used the CSS below to hide the drop down arrow in FF, safari, chrome and added my own image …

html css internet-explorer drop-down-menu
Select2 start with input field instead of dropdown

I use the js library select2. This is a screenshot of what I have now: Start: Click on dropdown: Now …

javascript jquery drop-down-menu input jquery-select2
How to left align bootstrap 3 dropdown menu?

In the above image MenuItems are align to right side of the MyMenu, I needed to left align the MenuItems …

css twitter-bootstrap drop-down-menu twitter-bootstrap-3