dropdown

CSS Drop down menu hidden by photo

link text The above link is a test site. The button titled "services" in the top navbar seems to be hidden in IE and not Firefox. Anyone else seeing it hidden behind the photo? Thanks! ...

Adding drop down arrows to CMFCToolBar buttons

Can anyone explain how to add dropdown arrows to CMFCToolBar toolbar buttons - like for undo/redo buttons. We had this with CToolBar by using the TBSTYLE_EX_DRAWDDARROWS style and TBN_DROPDOWN notification. This doesn't seem to work with CMFCToolBar. These dropdown arrows i believe are added to the VisualStudioDemo MFC feature pack de...

Sorting dropdown list using Javascript

Hi, i want to sort the drop down items using javascript,can anyone tell me how to do this. ...

tooltip on a dropdown list

Is there anyway of showing a tooltip on the dropdown list? such as when the list is dropped and a person hovers over each option a tooltip or something with details appears. this is for a drop down list with a cascading drop down. this is for asp.net ...

How to combine Dates/Time selected from Dropdowns to use in MySQL Query?

I've got two sets of four dropdowns - startDate,startMonth,startYear,startTime (as 24.00) and the same for endDate/Time - for user to select a start date/time and an end date/time, but don't know how to get the selected values into a datetime format to use in a recordset query using javascript or preferably php(5). I know I need to comb...

How to edit a Dropdown list in javascript

Hi... I want to edit the drop down list on the selection of the items in the drop down... i dont want to add a seperate textbox... Please help me on this... ...

CSS Menu does not appear over flash

I have a drop-down/multi-level CSS menu on a page. The menu however doesn't appear over a flash chart I have. The apparent fix seems to be to put wmode:transparent (or opaque), but that doesn't work for me. I have also tried setting the z-level in the CSS to very high values (2000) but that doesn't work either. In addition, I'm using op...

How to fix this JQuery dropdown menu?

Hi Guys, I tried to create a dropdown menu in JQuery, but it's proving quite difficult. My code is here: $(document).ready(function(){ $('ul li').mouseover(function() { $(this).children("ul").show(); }); $('ul li ul').mouseover(function() { $('ul li ul').show(); ...

Jquery append <select> not working in IE7, but works in firefox

I am getting data from a database through AJAX and appending tags to a select statement. The following code works in firefox, but only partially in IE. The problem in IE is that is creates the option elements in the dropdown, but the "text" attribute value is empty (the dropdown appears with 30 blank rows! However, the "value" attribute...

Java: How can I add a JMenu to a JPanel or create a drop down button?

Hello, is there any way to add a JMenuItem to a JPanel so that I can create a button to show multiple options, like the latest news button in firefox, under the address bar? I can only add JMenu and JMenuItems to a JMenuBar, JPopupMenu and other JMenus and JMenuitems Is there any way to create in Java Swing a drop down Jbutton? (the on...

How to insert dates selected from drop downs into mySQL table using php?

When you have 5 dropdowns for date selection (Y, m,d, H,i) how do you insert the selected date and time into a single column of a mySQL table as a datetime using PHP5? I know they need to be combined in a string such as: $DateTime="$Year-$Month-$Day $Hour:$Minute:00"; and then maybe use strtotime: $Date=date('Y-m-d H:i:s', strtotime...

Treeview inside DropDown in ASP.NET

I have a hierarchial data ( like Geography --> Area-> Country -> State ) which need to be shown in a Treeview. This was done but the problem is it is occupying toooo much space on the web page. So i thought of using a drop down that would hold a treeview ??? Got few samples from CodeProject with No success. Any pointers or any other s...

Asp.net: How to sort a dropdown having duplicates?

Hi Guys, I have a dropdown in which we add certain items after the dropdown is bound by data from the db, hence the need to sort the dropdown arises. So i need to sort a dropdown which can have duplicates. What is the best way of doing this? ...

JQuery UI datepicker not sitting over dropdowns in IE 6

For some reason our datepicker is falling behind the dropdowns below it in IE6 www.senegal.co.uk Every search I have done seems to suggest the datepicker should deal with this. We do have the following css in place: .ui-datepicker-cover { display: none; /*sorry for IE5*/ display/**/: block; /*sorry for IE5*/ position: abs...

ASP.NET MVC get dropdown list value

In ASP.NET MVC, how can I get a selected dropdown list value from a posted form? ...

Dropdown is disappering from the screen when a popup is opened from that page

I am having a problem with dropdowns in IE6. When I open a popup from a page, the dropdown in the main screen is disappearing. This is not happening with IE7. Even if I open the popup I still need to see the dropdown on the main screen. Can anyone try and solve this problem? I am developing the pages in ASP.NET. ...

How to display a list of wordpress authors in a dropdown, with a link to the author template?

I'm looking for a way to display the authors of a wordpress blog as a dropdown menu, with an on change event that redirects the user to the author page, which lists all the previous posts written by that user. Is there a way to do that? ...

Combobox Dropdown Caching

We have a VB.Net application that has in the region of about 80 unique comboboxes spread over 15 Windows. Currently when a Window is loaded, the Comboboxes retrieve their contents directly from the SQL database. This is quite inefficient as the content of the comboboxes rarely changes, so it would make sense to retrieve all the combobox...

Making a Javascript drop down menu push site content down?

Hi, i'm new here and I don't know if this is the sort of site to ask such a question. Basically i'm new to web design so I got myself the Sothink DHTML menu builder. A horizontal bar slides down below my menu and I was wondering if I could pass on that effect to the rest of the site, so instead of laying on top of my page content it sit...

ASP.NET Dropdown list :Binding More value for option

I have a table with 3 coulumns ,ID,NAme and shortname. I am binding this to a ASP.NET dropdonwlist control.I specified DataText Value field as ID ,DataValueField as Name .Now the Dropdown renders the list item properly and I am able to select the ID of the selected Option. I want to have the short name also with the ID.Is there any way t...