dropdown

Is it possible to build an editable (in wp-admin) drop down menu in Wordpress?

Is it possible to build a drop down menu which content (the text inside the <li> tags) can be edited and modified by the user (within wp-admin)? (or is there any plugin for that?) For instance, like the text inside the drop down menu in this page: http://melbournecandy.com/day-tours-dates/ ...

Adding Values to dropdown Menu box from MySql_Fetch_Array

Am attemtping to populate a dropdown menu with the results of my SQL query. The script functions, however I just am unsure of the syntax to add the results into the html dropdown menu. Currently it populates a table with the results. Here is my code: <?php require_once('Connections/database.php'); ?> <?php $q=$_GET["q"]; mysql_select_d...

ASP.net mvc Call Action on DropDown Value Change

Hi all, Ive got a dropdown on one of my views. This dropdown only has for entries. Basically i need to know how to call an action when the dropdown value is changed? My situation is: Im making a simple inbox page. The dropdown has the filter options: View All, View Invites, View Replies etc.. When the user selects a filter option from ...

Dropdown menu not showing right

Hello, my problem is that when I try to show my dropdown menu under "Departamentos" its kinda to the left... not in the right position under Departamentos... I try for hours but nothing, What could be the problem?? LINK TO THE WEBSITE ...

Dropdown menu problem IE7 - hidden

Hi everyone, the problem is that in IE7, the dropdown under "Departamentos" its cut by the banner, and it seems to be pushed to the right... This should be a very easy to fix but I have little experience with IE fixes... I try for some time but I need your help, can you check it out?? Link to the Website Thanks ...

Load drop down menu in HTML from another file.

Is there anyway to load the drop down menu of an html from another file(A text file) ? I tried this and I guess it is not working. <form> <select name = "Name"> <!--#include virtual="options.txt" --> </select> </form> and inside options.txt <option value = "42a">42A</option> <option value = "42b">42B</option> <option value = "42c">...

Dropdown menu hides behind other elements in IE

I have installed the Boldy theme from site5 on one of my projects and have run into one major problem. When browsing in internet explorer (8 or lower), the top dropdown menu gets displayed behind some other elements (main content slider, H1's etc.). I've tried everything from changing all the z-index's to fixed positions, with no luck. ...

Options_for_select - how to select what's in the database?

I have a complex form (like Ryan B's Complex Form Railscasts) where I have a few levels of database tables being altered at the same time. The code for this dropdown box works in that it delivers the correct integer to the database. But, despite numerous attempts I cannot get it to correctly reflect the database's CURRENT value. How can...

client side validation for asp.net mvc dropdown?

hi, i just wanted to know how to enable client side validations for dropdowns in asp.net mvc 2. The scenario would be that the dropdown will contain a "Select" item and the list of other items..,The user should select other items... the validation should fire when the user does not select the other items public class FacilityBulletinMod...

How to dynamically add an option to a select list that is build using json data retrieved from a php script?

I have an HTML form that builds a drop-down from json data that is retrieved dynamically on page load from a php script. <html> <head> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"&gt;&lt;/script&gt; <script type="text/javascript" language="javascript"> $(document).ready(function() { jQuery ....

JS/Jquery: how to check whether dropdown has selected values?

Hi, I've googled and tried a number of ways to do this but none work for me so far. What I am looking for is quite simple: I want to be able to tell whether a dropdown has a selected value or not. The problem is that selectedIndex, :selected, val(), etc. do return results for the following case: <select> <option value="123">123</option...

Drop Box Like StackOverflow tag chooser

i need help on coding javascript to detect the up and down arrow key hits and do an event on each key hit, without changing the cursor position of a focused textfield kinda like the stack overflow tag chooser Thanks again for any help ...

How do I create a CSS dropdown submenu over an image?

I've played with this and I can either get the drop-down part working but can't get rid of the text or I can get the text to disappear so that you can hover/link to parts of the images but can't get the drop-down to work. Help please? I'm a bit of a newbie and might need some hand holding. Thanks in advance! Here's the code (I've str...

is it possible to chose the email where to send a submit form via a drop down?

Hello! My question is: I want my visitors to be able to send the submitted form to diffrent areas of a company (represented by different emails) and to select that via a drop down menu? As a bonus I would also like to send the mail to a default email address everytime, as a blind copy. I know how to do this part, but I wonder if the ...