A user interface control GUI element, similar to a list box, which allows the user to choose one value from a list. When a drop-down list is inactive, it displays a single value. When activated, it displays (drops down) a list of values, from which the user may select one.

learn more… | top users | synonyms (4)

14
votes
8answers
25k views

Selenium WebDriver and DropDown Boxes

If I want to select an option of a dropdown box, there are several ways to do that. I always used: driver.findElement(By.id("selection")).sendKeys("Germany"); But that didn't work every time. ...
0
votes
0answers
18 views

Drop-Down CSS Menu (sub-links hide)

can anyone tell me what I have done wrong in creating this vertical CSS dropdown menu. The sub-level "hides" under the CSS quote element underneath. The CSS menu has been sought and uses styled lists. ...
-1
votes
0answers
23 views

Selected option in dropdown doesn't trigger event

I have main window that consist DataWindow, in DataWindow there is column set as DDDW where to retrieve data from another DataWindow. There problem here, when I select option in that dropdown in main ...
0
votes
2answers
31 views

Obtain selected value from dropdown in code behind

I have the follwing dropdown list and to get the selected value with javascript is easy enough. <select id="FirstDropDown" runat="server" onchange="ValidatePrimaryDropDown();" > ...
-1
votes
0answers
9 views

List the content of a table in a dropdown menu in play framework [closed]

I have a table with one attribute, how do i list it's content in a dropdown list in play framework?
-3
votes
1answer
37 views

Currency Converter in php using mysql values [closed]

So I've attempted a few things, but I just can't get this to work. Here are two drop down lists, populated by the corresponding symbols from the database. <select id = "convert1" width="10"> ...
-1
votes
1answer
35 views

Drop down menu disappears on hover in IE8, Wordpress

I have made this website using a Wordpress theme: http://heathertuach.com/ The drop down menus work fine in Firefox and Chrome but disappear when you try to click on an item in Internet Explorer 8. I ...
3
votes
1answer
40 views

3 dropdown Populate based on selection in another [Cascading dropdown]

I am new to Java script. Here I have working example for 2 drop down Fiddle . HTML: <select id=a></select> <select id=b></select> <select id=c></select> ...
0
votes
0answers
12 views

Microsoft Excel - List within a list

Is it possible in Excel to have a list within a list? For example, a cell has a drop down list of 'Food' and 'Color', if you choose 'Food' or rather move your cursor to the 'Food', it will display ...
0
votes
1answer
42 views

How to make Bootstrap dropdown act like a real dropdown?

I want to set a default value to Bootstrap dropdown and also once a value i selected, the selected value displays. I'm not sure where to start but I have the fiddle included. So I want the dropdown ...
0
votes
1answer
25 views

Bootstrap Dropdown toggle doesn't work when called from an event handler

I have an element, dropdown, and some jquery to toggle the dropdown dynamically. However, the toggle doesn't work when called from the event handler. I've already tried everything suggested by ...
0
votes
4answers
64 views

PHP- Fetch from database and store in drop down menu html

I can't seem to get the following code to make a dropdown menu that contains data from a mysql database. The "include('connect.php');" connects to the mysql database and I know it works on separate ...
0
votes
3answers
33 views

Refilling drop down menu selection after form submission validation

I'm working on a sign up/registration form in php that resubmits/retains the users input if everything doesn't validate properly. I've got text box, password input, and radio buttons all working but ...
-3
votes
1answer
20 views

Is there a way to have a ASP.NET Button with a dropdown menu?

I am trying to place a button on a webform in which when I click on it a submenu will appear giving me other options to navigate on my application. Is there any way to do it? Can you place sample code ...
0
votes
0answers
11 views

how to make a submenu in jpanelmenu

would be possible to make a drop down submenu using jpanelmenu? because there are a function that closes the menu when something inside it it's clicked I tried to change this line by adding a class ...
0
votes
0answers
10 views

OnChange event for Kendo UI Gird Filter menu

I am implementing grid filter menu same as displayed in below demo. http://demos.kendoui.com/web/grid/filter-menu-customization.html I was wondering is there any "onChange" event for dropdown list ...
0
votes
0answers
11 views

Switch between kendo dropdown to Kendo AutoComplete

I am using a Kendo grid in MVC with customized filter menu as below: http://demos.kendoui.com/web/grid/filter-menu-customization.html I was trying to switch Kendo dropdown (the second dropdown in ...
0
votes
1answer
11 views

Please help to add a delay in dropdown menu

Please help, need to add delay on css menu mouse out. Tried different ways but no success. Is it possible to add some javascript code to existing menu? Please check the jsFiddle example: ...
1
vote
3answers
2k views

Magento: HOW-TO add active products in a drop-down in Main Navigation Menu

Instead of categories I would like products to appear in the drop-down navigation menu similar to lowes.com. Is this possible? I am not paying for anything either :) I've attempted to alter ...
1
vote
1answer
45 views

Why is Bootstrap nav dropdown menu aligned to the right?

I am having a bootstrap dropdown. It works fine, but when I am inside a page accessed through the menu, then it gets weird: ...
0
votes
3answers
50 views

Dropdown menu acting weird in IE 9

We have made a dropdown menu for our website and we just have to try it out in different browsers. The dropdown menu works flawlessly in Chrome and Firefox, but in Internet Explorer 9 it acts weird. ...
0
votes
0answers
33 views

JQuery .change for Sharepoint Designer form dropdown list not working in IE, works fine in Firefox

I have a drop-down in a SharePoint Designer form that has entries from a SharePoint list. The list displays fine in both IE and Firefox. In Firefox I use JQuery on the selected entry from the list ...
2
votes
7answers
5k views

drop down options depending on the selected radio button in javascript

i have two radio buttons: in-campus and off-campus. when in-campus is selected the dropdown will have some options and when off-campus is selected there will be a different set of options. how can i ...
8
votes
5answers
8k views

Styling Sherlock Action Bar drop down items

I've been trying for a while to style the items in a drop down list I added to the Action Bar, but I can't come up with the right code. I tried looking into the abs__styles.xml and abs__themes.xml in ...
1
vote
3answers
48 views

Change jQuery select option programmatically - Doesn't work

I' m trying to remember the descision of an selected option within an jquery select. Unfortunatly, I can't select the wanted option programmatically. Here are some more Details: The HTML: <div ...
17
votes
4answers
25k views

There is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key 'xxx'

There are a couple of posts about this on Stack Overflow but none with an answer that seem to fix the problem in my current situation. I have a page with a table in it, each row has a number of text ...
0
votes
1answer
30 views

DropDownList Value not empty

I'm having an weird problem, i've copied and pasted some code, but this one works fine at one view and doesn't works at another one. My problem is the dropDownList ("Destino" or "Origem") when got no ...
0
votes
2answers
45 views

How to set background color width of dropdown menu items in IE7?

I have the following navigation bar: http://jsfiddle.net/jajq3/embedded/result/ For posterity, this is the structure: <div id="navBar"> <ul style="float: left; padding-left: 5px;"> ...
0
votes
0answers
16 views

WordPress dropdown, open / close

I had a question about a WordPress dropdown menu. What I want is, when a parent menu item with childs is clicked, that childs will open, so you can navigate trough the child items. I was trying the ...
0
votes
1answer
307 views

Android spinner behavior

I overwrite the behavior of a spinner, to add odd and even colors to the drop down list, in this way. SimpleCursorAdapter productsListAdapter = new SimpleCursorAdapter(MyActivity.this, ...
3
votes
1answer
19 views

How can you create a vertical navbar with drop down menus?

I have a vertical navbar. Now, this navbar is supposed to have drop down menus. The only problem for me is, I am unable to make it so that the drop down menus are to the side of the menu. I have the ...
1
vote
1answer
46 views

Cannot finish dropdown menu

So I have spent a lot of time on this and have got to the final part and cannot seem to make my dropdown function. I am using jQuery hover. Hover over main link, sub links appear and the content ...
0
votes
1answer
20 views

PHP MySQL Insert from drop down menu

Just a quick question. I am sure it is not as complicated as I think. I have a page that has 4 drop down menus. These are all populated from a database which is MySQL. Upon a submission I would like ...
0
votes
0answers
12 views

select from dropdown and redirect and then disable selection

I basically wants to move from page 1 to pages like a/b/c based on drop down. I could do this using forms in the same page but we need it to be in a diff page. say if I select a and go to that page I ...
0
votes
1answer
4k views

Webgrid column contain dropdownlist onchange of dropdown must update in object i want the uniquie id of the row or object

Sample code:- <script type="text/javascript"> function ViewDataChange() { alert("In"); } function GetPage(data) { debugger; var item = document.getElementById("AppId").value; ...
0
votes
1answer
31 views

Bug in CSS3 Dropdown menu

I have a dropdown menu that I am working on and have come across a bug in the process that I can't find. This is a Wordpress site and so the theme was already made; but while trying to change the menu ...
0
votes
0answers
29 views

location of drop down menu is left when div center aligned

I'm using a bit of javascript to create a dropdown that appears when an image is clicked. Currently the initial image is centered, but the drop down is appearing at the left of the frame... and I'm ...
0
votes
2answers
389 views

IE Not Including Margin and Padding in Hover without Background Set

I designed a pure-css dropdown navigation menu similar to the suckerfish model, and I would like a little space between the main nav buttons and the nested ul that drops down. To accomplish this, I ...
4
votes
2answers
45 views

Keep submenu open on mouse out

A navigation menu I'm working on has a default CSS behavior (for those rare people who have JavaScript disabled). By default, the submenu is not displayed: .main-navigation ul ul { display:none; } ...
0
votes
0answers
22 views

Dependent drop down lists in form view

I am trying to create two drop down lists in a form view where the values that are displayed in the second drop down are dependent upon the first drop down.The first list contains the class numbers ...
-2
votes
1answer
37 views

How to update the default HTML5 dropdown style?

Is there a way to update the HTML5 default dropdown style ? For example default dropdown look like this and my client required like Could anyone please give a solution for this ? Is it even ...
0
votes
2answers
54 views

YUI datatable conditional dropdown editor

I'm currently editing an application which uses YUI 2.5. I haven't used it before and could use some help. I want to be able to add a dropdown editor for a particular column's rows using datatable, ...
1
vote
1answer
30 views

Multi level dynamic flyout menu

I have the following structure for a flyout menu with pure CSS: HTML <ul class="menu"> <li><a href="#">Base</a> <ul> <li><a ...
1
vote
3answers
2k views

jQuery: Get option innerHTML of first option with value set in HTML select tag

Suppose I have a dropdown (select tag) with 3 values. Our first option has a value of "". The second option has a value of "something". And the 3rd option has a value of "something else". How can ...
1
vote
2answers
41 views

How to save an option in a dropdown menu as a php session variable?

I am trying to save one of the options in a dropdown menu as a session variable. <select name="number" id="number"> <option>one</option> ...
0
votes
1answer
91 views

Can I use jquery Drop down list instead of ASP.NET

At the moment I am using ASP.NET drop down list, but I am having problem with post backs, so I was wondering if I could use jquery select menu instead, not sure how to though, someone guide please, ...
0
votes
0answers
16 views

Persist dropdown value on postback in MVC

TempData["myList"] = new SelectList(new[] { "FirstName", "LastName", "Email" } .Select(x => new { value = x, text = x }), "value", "text", "FirstName"); ...
1
vote
0answers
33 views

PHP Drop Down Selected

i've got 3 drop down boxes which populate each drop down from the one above but on the 3rd drop down i want it to bring back a value that i selected. The code is below <tr> <td ...
0
votes
2answers
430 views

Check box inside drop down menu with javascript

How can a checkbox inside a drop down menu using javascript to be implemented so that every time you click the menu to change situation?
0
votes
0answers
6 views

Adobe Acrobat drop down menu script

I'm very new to JavaScript.. I'm using Adobe Acrobat Pro to make form for my company. The form is an overtime sheet for employees to fill out. In that form i have to include the type of day the ...

1 2 3 4 5 155