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.
2
votes
2answers
39 views
Prevent CSS drop-down menu from extending beyond screen to the right
I have a horizontal CSS drop-down menu in the header of my site. The menu is floated right in the header also. I am having a problem where when you mouseover the menu and you get the drop downs, if ...
-2
votes
1answer
24 views
CSS Dropdown Glitchy
The dropdown works when you rollover the top buttons but when you try to move down to the dropdown menu it disappears.
http://vistaazulresort.com/
0
votes
1answer
44 views
Set specific row from database as default value for drop down menu
this is my first time asking for help and I know very little about coding. This was mostly done for me.
On a product page I have two drop down menus. One with a version select and one with a size ...
0
votes
1answer
43 views
How do I call a web service to get xml data displayed in a treeview in asp.net
I am trying to use a asp:dropdownlist control to be able to choose values from a local database I have created within my app_data folder. They are stock exchange symbols. When I select a symbol from ...
-4
votes
0answers
52 views
What would be the best way to write a “Mega menu” using only javascript, css, and html that would be easy to update? [closed]
So basically what I am looking for is a menu with 5 content tabs and inside of each of those tabs is about 7 items. Each of these items would need to have the potential of having a submenu of its ...
0
votes
2answers
23 views
Action on selecting option from drop down menu
I just started working with drop down menus. I was trying to figure out how I could make something happen once the user chooses a particular option from the drop down menu.
For example, say I have ...
1
vote
4answers
65 views
Reset dropbox automatically to first value after the users hit submit button PHP
After the user hits the submit button, how do I reset the drop down menu to the "blank" option of the the menu? I am using a MVC set up with php and HTML, and the concrete5 library. THANKS IN ...
2
votes
0answers
25 views
jqueryui dropdownchecklist bind to an element: no widjet method error
I try to bind the jqueryui dropdownchecklist with no effect. I bind thru Drupal, all the .js files (taken from the last plugin download package) and .css files are linked (except for smoothness.js):
...
1
vote
2answers
38 views
jQuery mouseover and mouseleave drop down menus
The following displays a menu:
<a href="#" id="cityclick">ONZE WAARDEN</a>
<div id="citydrop">
<div class="dropbottom">
<div class="dropmid">
...
1
vote
1answer
31 views
javascript mirror dropdown selection in another dropdown
I have two forms on my page. One is hidden initially. Later, after the first form is submitted the first is hidden and the second similar but more compact form is displayed instead.
I want the second ...
1
vote
2answers
59 views
styling drop down/navigation bar actionbarsherlock font
In the application I have, I would like to have the actionbar drop down's font to be white. Till now I have the following style:
<style name="Theme.MyApplications" ...
0
votes
1answer
28 views
Delayed appearance of 2nd menu, after answer is entered in first menu
I needed a secend menu to appear, prompted by the answer selected in the first menu. The second menu appears as it is supposed to, however it appears too quickly (as it appears before the first menu ...
-1
votes
2answers
62 views
Dropdown list with PHP and mysql database with relation to each other
I am new in PHP. I have a database like the attached in the dropbox file. It has 4 column
Division Name
District Name
Thana Name
Union name
These are the administrative unit of our country. I want ...
0
votes
2answers
95 views
ASP .NET Dropdownlist.Selectedvalue not updating iterating trough dinamically created controls
I have a problem with selectedvalue proerty in a dynamic created dropdownlist control not updating:
I have a custom control of type ctlProductosFormatos containing a combo and other controls. I ...
1
vote
0answers
42 views
Problems with my Dropdown Menu in IE7
I'm currently developing a new site:
http://v-designs.ch/Blackbeats/
I tried to adjust it to older browsers but there's a problem in IE7.
I know IE7 is quite outdated but still I'd like to make it ...
-1
votes
1answer
46 views
Javascript for 3 dynamic drop down
I'm working on a make model year car database and I have the following form that selects model based on make.
<?
$hostname = "";
$database = "";
$username = "";
$password = "";
...
0
votes
1answer
32 views
want to additional dropdown menu with Jquery - cant make it work properly using clone()
I'm new to coding so please be gently - here goes:
I'm having a bit of a problem and was hoping someone could help.
I have a dynamic drop down menu for people to choose subjects and I would like to ...
0
votes
2answers
51 views
Select Option from dropdown list
I have a dynamic dropdown list which has value attribute set up as "4107,2632". When I apply filter I have only one value as 4107 which is available in the dropdown option in value attribute. The ...
0
votes
1answer
43 views
Close keyboard when scrolling in dropdown on autocompletetextview in Android
I have an autocompletetextview which I have linked it to a webservice so it shows me suggestions as I type. Now how can I hide the soft keyboard when the user starts scrolling through the autocomplete ...
2
votes
1answer
73 views
Wrapping the bootstrap drop-down menu and trigger in separate parent divs
As title says, I've seen bootstrap dropdown samples which data-toggle="dropdown" and class="dropdown-menu" are siblings.
So, I am wondering if it's possible to toggle dropdown when it's wrapped in ...
0
votes
0answers
33 views
How to fetch selected drop down value in partial cshtml page
I have a partial page in which I have to fetch a selected value form ddlb. The ddlb is on another partial page.
cshtml code:-
<div id ="destancillary">
<hr style="border:1px thick" ...
0
votes
0answers
29 views
Detect mouseover in an HTML dropdown menu
Here, I'm trying to display an alert message when a dropdown menu is moused over, but I can't get it to work using onmouseover. Is it possible to detect a mouseover of an element in a dropdown list?
...
0
votes
3answers
61 views
Is it possible to include HTML elements in a dropdown list?
Using a HTML select menu, I'm trying to create a dropdown list with HTML elements instead of plain text, but each element isn't displaying properly inside the dropdown menu:
<select>
...
0
votes
0answers
21 views
Entity Framework DropDownList binding
I'm completely new to the Entity Framework world so please bear with me.
I'm trying to create a new FieldTemplate for "States". The _Edit.ascx will comprise of a DropDownList that will list all US ...
2
votes
2answers
48 views
Updating option from drop down menu
I am currently trying to update the value of my drop down menu with my script in my list.gsp. I am retrieving the start_time and end_time values from my controller in a JSON and trying to update my ...
0
votes
0answers
34 views
working with multiple dropdownlist with dynamic approach
i have 3 drop down lis i want to bind and retrieve data on them ...
IN this 3 drop down list 1st one is bind onload event.
The problem is that when i am doing selection on 1st drop down list the 2nd ...
0
votes
0answers
54 views
Kendo UI DropDownListFor selected value
I have an ASP.NET MVC application and I use Kendo UI for a dropdown list with HTML Helpers. When I want to set a default value for a View that is for editing the data .Value() doesn't work. Here's my ...
0
votes
3answers
27 views
SQL: Default values for Dropdowns in Database
A coworker and I are in a debate in what would be best practices dealing with default values in the database and populating a drop down with it.
My Perspective: Put the default values in the ...
0
votes
2answers
71 views
Correct way to do a jQuery hover dropdown menu (without glitchyness)
What is your bulletproof dropdown menu code in jQuery?
EDIT: I wanted to share my final solution based on the answers below, i find this is the best dropdown solution i have found so far. It rely's ...
0
votes
1answer
36 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, ...
0
votes
0answers
9 views
Menu title overflow when mouse over
how to overcome the problem below? Please help, thanks a lot. When I mouse over to the HOME menu, the drop down box appears, but the PRODUCT menu next to it will be overflow. How?
...
0
votes
1answer
20 views
Customize the MFmailcomposer and add dropdown for groups in IOS
i had to add the dropdownlist in MFMailcomposer are the before subject field or after subject field.
such that the dropdown contain the groups.
If user select the particular group.it add the specific ...
2
votes
1answer
47 views
Ajax Cascading DropDownLists with web service don't work on server, the lists are empty
I need help with ajax cascading dropdownlists which work perfectly on my local computer but when i deployed it on server all dropdownlists are empty, without any error message!
Can anyone please help ...
1
vote
5answers
116 views
show hidden div based on dropdown selection
I have a Member Registration Form that contains a dropdown. It is for events so firstly they enter their membership details, select an event and then the number of tickets they wish to purchase. The ...
2
votes
3answers
74 views
Python tkinter: Sorting the contents of an OptionMenu widget
Hello everyone and thanks in advance!
I've searched all around google and read almost every result i got and i still can't figure
it out, so please at least point me at some direction!
I read about ...
0
votes
2answers
23 views
Storing lots of data for drop down lists [closed]
I'm going to be working on a project soon that will have drop down lists with dozens of items. What would be the best way of storing this? Should I store it in a json file, for example:
{
...
1
vote
2answers
52 views
Difficulty creating CSS menu with multiple columns
I've read through some similar threads on this site and found some helpful tips, but I'm still having difficulty getting columns to work correctly in my CSS drop down menu. The test site is here: ...
0
votes
0answers
44 views
Zurb foundation menu links not working on iPad
I have a site currently in beta using Zurb Foundation 3.2.5.
The top-bar menu works perfectly on desktop browsers, and the mini version of the menu works on iPhones. My problem is on the iPad (I am ...
0
votes
0answers
28 views
Drop-downs in one excel worksheet that populate another worksheet
I've asked a few people for help and they pointed me here.
I am searching for a way to have a series of 4 drop downs and two text files in one excel worksheet that when all information is selected or ...
0
votes
0answers
47 views
DropdownList SelectedItem is not working properly
I'm facing a very strange problem when trying to get the selected value of a DropDownList. I have the following controls on my page: 4 DropDownList, 2 textboxes, 6 ListBoxes and a button.
At the ...
0
votes
0answers
43 views
jquery dropdown menu for a responsive site
I'm building a site which will be a responsive site (when I've finished work on it). I'm using a simple dropdown menu, which will become a mobile device friendly menu when it drops below a certain ...
1
vote
3answers
26 views
How to create averages from multiple entries of a drop down list in Excel? [closed]
I have an excel spreadsheet with a bunch of people's info. One of the data points is where they live. I have created a drop down list with the following options (Not Available, South Africa, USA, ...
1
vote
5answers
49 views
dropdown showing improper values
I have a web form in which there are some controls along with dropdown list as below:
<asp:DropDownList ID="ddlrange" CssClass="dropdownstate" style="position:absolute;top:224px; left:200px;" ...
1
vote
1answer
40 views
Meteor - update var on select change
I've got a dropdown, but when a user select another value, I want some code to be executed. My question: How can I check whether the selected value of the dropdown has changed?
In my html file:
...
-1
votes
1answer
54 views
Bootstrap nav dropdown under wrong item
Alrighty, as asked, here is my question reformatted:
I am using bootstrap. My nav bar has a drop-down. But the drop-down is appearing under the wrong nav item.
This is only happening for me on ...
0
votes
5answers
47 views
PHP NULL vs 'NULL'
This question came from me spending 2 hours of trial and error and finally finding where the bug is, and I need somebody to help clarify why its working this way.
The code below prints out a dropdown ...
2
votes
2answers
55 views
how to binding gridview with data from two different tables C#
How can I binding gridview with data from two different tables? I have three tables: Players, PlayerTeam and Teams. My gridview has next data: PlayerID, Name, Surname, ... from table Players, and ...
1
vote
1answer
37 views
JS function not getting dropdown text
I have a dropdown form that I have created - I need to have the dropdown either be auto-generated to a text box once selected or have it placed in the text box once a button has been pressed. For ...
0
votes
2answers
50 views
Zurb Foundation top bar menu on iPhone issue
I have a Zurb Foundation 3 navigation menu. When the page is on a phone, it correctly shows the phone version of my menu system.
However, the only way to activate the menu is to tap the down=arrow ...
0
votes
0answers
41 views
Bootstrap Dropdown Menu Content to slide left
I am using a bootstrap Dropdown Menu and I want to slide (animate) content of the dropdown to the left and bring a new content. This is similar to google email option, after logged in you can click on ...


