dropdown

How to display images within a drop down box instead of text

Hi all, Are there any ways to show images instead of text within a drop down box (using the tag)? Thanks in advance, Monte ...

suggest any Asp.net control for adding date of birth by specify day,month & year in each dropdown control

Suggest any Asp.net control for adding date of birth by specifying day,month & year in each dropdown control & its validation ...

SPGridView problem with Header dropdown context menu

Hello experts, I've created webpart with SPGridView but I have one problem with it. When I click on DateTime column Header, items in the header context dropdownmenu (which appears when you click on the header of the column) aren't sorted correctly. Datasource is assigned via ObjecDataSource. Filtering on other types of columns (string...

How to change the selected option of a drop down box on clicking a particular div using jquery?

I have a drop down menu with options 'text,text area,drop down ,email' etc. I also have a list of links like text ,text area etc. When I click these link,the corresponding html element is created. i.e, if I click text, a text box is created. And if I click text area,a text area is created. Now I want the option selected in the drop do...

Drop Down Box Keeps flickering - JQuery and CSS

I am having difficulty with something really basic. I am trying to implement a drop down box with JQuery and CSS. I can not figure out why my drop down box keeps flickering when I hover over the "Products" link. Here is a demo of what I am working on. http://174.132.101.73/~ree/header/ I would appreciate any help on this. Edit Well t...

AS2 flash Question Buttons & drop-downs

I have 3 buttons and a dropdown menu that need to relate to one another. this means the drop down consists of countries and the buttons represent: population, capital and GDP. So if the dropdown is on china and the GDP button is pressed it will display the keyframe with China's GDP info. Then if the dropdown was reselected as England the...

[Javascript + HTML] Dropdown selector, change to target="_blank"

I have a dropdown selector in place and I need to change it so that the target="_blank" so it opens up a new tab. Here is the current code: <SCRIPT TYPE="text/javascript"> <!-- function dropdown(mySel) { var myWin, myVal; myVal = mySel.options[mySel.selectedIndex].value; if(myVal) { if(mySel.form.target)myWin = parent[mySel.form....

Flex: Displaying more than 5 things at a time in a DropDown (ComboBox)

I have a ComboBox in Flex with about 20 items. How do I display all of them in a dropdown with no scroll bar? Right now, Flex displays 5 at a time in the dropdown and puts a scrollbar to scroll for more. Here's an example: http://blog.flexexamples.com/2008/07/18/setting-the-dropdown-menu-border-thickness-and-border-color-on-a-combobox...

JQGrid edit form dropdown populated from database

My edit form requires a dropdown to be populated by a database call. I realize I must set the dataurl parm in the colModel. Does anyone have an example using a linq to sql call which returns the data in the format the jqgrid is looking for. Thanks. ...

Problem with combobox dropdown

Hi all, I have a problem regarding combobox dropdown. Once a dropdown is opened, if I want to move focus to other control (say a textbox), I need to click twice because on first click, the combo dropdown is closed and then on second click, the textbox gets focus. How should I fix this? Please help. ...

CSS Hover + Element crashing in webkit (Chrome, Safari)

Hey, Found an annoying bug today which crashed chrome and safari (so all webkit browsers?) with just CSS. It's a hover menu, hovering over an element then displaying the next dropdown level. Works perfectly in all other browsers. See here, top left 'rn': http://test.davebowker.com/rn-hover/ Hope someone has some thoughts, or knows a ...

Why doesn't this drop down menu work in IE?

I have a drop down menu which I found a tutorial for. In Firefox and Opera the drop down menu works fine. But in Internet Explorer it doesn't work. The sub menues are misaligned. They aren't placed under their parent item but a bit more to the right. Why doesn't it work in IE? Is there a mistake in the JavaScript code which should make...

How to create Country-->State/Province--->Zip Code drop down using geonames webservice + asp.net

Hello guys, I'm planning to create a cascading dropdown list of Country--> State/Province--->Zip code using geonames. Do you have any good web service or examples? Your reply is greatly appreciated, Best ...

Drop down/CSS inquiry

I have an unordered list set up for a hover/dropdown menu. I have the structure set up perfectly as far as the code. The ul and li structure is all set. I am wondering if anyone can tell me the css structure/style to get it to work...aka hover over the main button and have the other links drop down. I need to know how to do that as well ...

JavaScript: get value of dropdown

I have 3 HTML combo/drop down boxes. All of them have a distinct name and id. On a particular event I want to get the value of all three of them. Can any one give me a code snippet for that? ...

dropdown in IE8 cuts item text

I am using a dropdown user control on my page. I have not set width for dropdown. Dropdown is setting its width automatically. But in IE 8 for longer text in dropdown items, text gets cut. The same dropdown renders perfectly in IE7 and Firefox. Is it IE8 issue? ...

Remove DotNET menu dropdown grey area for icons

How do I remove the area in a dropdown menu where the menu item icons are typically displayed? I just need to remove the grey area in this particular dropdown, other dropdowns of menu items in the same menu bar need to retain this area because they do have icons. Edit: This is WinForms. ...

Dropdown not getting populated in IE?

I am trying to get the values to a select list for subcategories on the basis on what is chosen in categories select list. It doesn't seem to work on IE. Can anyone suggest the problem? In the php file I have <body onload="setSubcategories(default_value);"> In the js file I have something like subcategories = new Array(); subcateg...

Magento: how to prefill values of a product's dropdown attribute

I'm building a Magento shop for a customer and would like to add an attribute to all products that functions as a dropdown list. Like the 'Manufacturer' attribute. However, instead of manually entering the list of values for the attribute I'd like the values to be populated from an external site. So, every time you create a new product ...

Custom jQuery dropdown

I am creating a custom simple dropdown using jQuery that hides/shows a element based on over state. The problem I have now is that when you go over the shown element it hides, you cant move your mouse in to the dropdown that was created. Any thoughts on how to fix that also, is there an easier way to do what I have? I am going to be re...