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.

CSS position absolute and width of parent container in percent

I'm trying to build a HTML/CSS dropdown menu which is flexible in width. Due to the position:absolute for …

html css drop-down-menu css-position
Is there any difference between drop down box and combo box?

Is there any difference between drop down box and combo box [ HTML ]? Actually the point is, everytime i say something …

html drop-down-menu combobox user-controls
Invoking particular action on dropdown list selection in MVC

I have a dropdown list in an MVC view. On selection change of dropdown list I want to call specific …

asp.net-mvc drop-down-menu asp-net-mvc-1
Firefox ignores option selected="selected"

If you change a dropdown and refresh the page, Firefox seems to ignore the selected attribute. <option selected="selected" …

firefox drop-down-menu refresh
How to get a Bootstrap dropdown submenu to 'dropup'

I have a Bootstrap dropdown menu. The last li item is a submenu. How do I get the submenu to …

html css twitter-bootstrap drop-down-menu
make drop down list item unselectable

I have a dropdownlist which has several options for generating reports. Based on the type of account the user has …

asp.net drop-down-menu
Bootstrap dropdown closing when clicked

I put a form inside a bootstrap dropdown, but when I click any of the fields in the form, the …

javascript html drop-down-menu twitter-bootstrap
Keep Bootstrap Dropdown Open When Clicked Off

If the dropdown is visible, and I click outside the dropdown it closes. I need it to not close. From …

javascript jquery twitter-bootstrap twitter-bootstrap-3 drop-down-menu
Bootstrap dropdown with Angular 6

I'm trying to create a dropdown item in a Bootstrap navbar using Angular 6. My code is working when I test …

angular drop-down-menu bootstrap-4 ng-bootstrap
text-align: center placeholder text in select

I have a drop down list which has placeholder text. In other browsers, I have been able to center this …

css html drop-down-menu placeholder