drop-down

Drop Down List doesn't post back after first post back

Hi Guys, I've got this asp.net drop down control that displays other textbox controls when the value is not UK (this is to help find UK addresses using postcodes). When UK is reselected I will like to hide the other controls. I've enabled view state and AutoPostBack to true. I have an onSelectedIndexChanged event that only gets fired on...

Creating a Drop Down Menu That Changes Page Content Using Show/Hide Layers and Z-Index

I am trying to create a sidebar for a site that will allow a user to select an item from a drop down menu and show an RSS Feed. The feed will change depending on which item is selected from the list. I am not sure how to acomplish this, but my first thought was to use z-index and show/hide layers. I have one layer and the menu set up, bu...

Dropdown menu not working in IE6 or IE7 works fine in Firefox

HI all, I'm stuck with a menu on a site I develop. http://charlienutting.com If you hover over the gallery at the top menu bar it should show you a drop down menu. It works fine in Firefox but sucks in IE6 and IE7. Really thankful if someone can help. been about week now to fix this.. Thanks everyone! edit- however if you can see th...

How do i set the selected item in a drop down box (PHP MySQL Databound)

Hi Is there any way to set the selected item in a drop down box using the following 'type' code? <select selected="<?php print($row[month]); ?>"><option value="Janurary">January</option><option value="February">February</option><option value="March">March</option><option value="April">April</option></select> The database holds a month...

create a drop down on a php webpage

I wanted to create static and a dynamic drop down for an online application form on my web page The static drop down would a list of clearance levels where the dynamic one would be based on a list of job openings (which is in turn taken from a folder that has 1 pdf file for each job opening) the end goal is that an email would be sent ...

PHP drop down menu help needed

Hi, Need help with my simple PHP menu. I'd like to have something like that: when child elements < 6 display one column if > 6 display two columns. Any advices how to make it? Regards ...

WebBrowser control HTMLDocument automate selecting option drop-down

I'm trying to automate in a WinForm using a WebBrowser control to navigate and pull report info from a website. You can enter values in textboxes and invoke the click events for buttons and links, but I have not figured out how select a option drop-down .... in a automated way. Anybody recommend how to select a item from a drop-down, giv...

ActiveScaffold: How to create a drop-down select for polymorphic association?

I'm trying to create a drop-down select box for a polymorphic association with ActiveScaffold. I have: class Award belongs_to :sponsorship, :polymorphic => :true end class Organization has_many :awards, :as => :sponsorship end class Individual has_many :awards, :as => :sponsorship end While trying to create a select drop-down...

Combobox having values but not showing text

hi, I'm using GWT-EXT combobox. My problem is when I render the combobox, it's having as many rows as it has values but all the rows are empty means text is not shown. Here's my code. Combobox cb = new Combobox(); cb.setForceSelection(true); cb.setMinChars(1); cb.setWidth(200); cb.setStore(store); // Store is perfectly loaded in co...

css drop-down menu broken on IE6

Hi, I am new to CSS and web programming. I am fiddling with a menu to do some changes. The example that I am following is here: http://www.cssplay.co.uk/menus/snowstorm.html The menu is working fine of FF/Chrome/Safari. On IE 6 it's broken. Here is the complete code in html format including css and menu itself: <!DOCTYPE html PUBLIC...

identify select drop-down text using jquery $(this)

I've got several select elements on a page e.g. <select class="dd" id="dropdown1"> <option value="123">Option A</option> <option value="234">Option B</option> </select> <select class="dd" id="dropdown2"> <option value="456">Option C</option> </select> etc etc I would like to use jquery's $(this) to identify which of the s...

How to: Mobile Layout Snaps Width

I am trying to create a mobile web page layout similar to http://m.espn.go.com What is nice about the site is that it re-sizes the width to fit the device's width. It snaps right to the correct size so that the user does not have to zoom in. It also uses a CSS drop-down effect. I have searched around, and everything so far does not wor...

Putting a drop down menu on iWeb created site using exterrnal HTML code

Hello! I am a college student trying to create a website for my professor. Since I have no background in computer science, I opted for iWeb, and I have run into some problems. While iWeb is sufficient for most of our purposes, we would like to integrate a drop down navigation bar that requires an external code. I found a program (Sot...

CKEditor change names and tags in Formatting drop down

Hello! Where from can I edit the names and tags inserted when selecting an option from the Formatting drop-down in CKEDitor? Thank you. ...

javascript drop-down menu: how to link to different sites?

I'm a college student trying to create a drop-down menu for my professor. Since I don't have any programming background, I found a program called "SoThink DHTML" that generated a code for me, but there are some errors within that I don't know how to fix. The menu, overall, should have tabs to "Home," "Research" (3 subtabs: "Research Pro...