Javascript Drop Down Menu - problem with order & display

S

Smriti Dev

Hi,

I have a drop down menu with a listing of communities and I use it to
select a community, selecting a letter ie. "T" , I get bumped to the "T"
section to choose
communities that start with a "T".
I need to get the "T" communities to start at the top of the community list
in the drop-down box.
Right now the communities starting with the letter you choose, are atthe
bottom of the list and so you have to scroll more.

I would really appreciate your help in coming up with a solution to this
problem.

Take care,
Smriti
 
G

Grant Wagner

Smriti said:
Hi,

I have a drop down menu with a listing of communities and I use it to
select a community, selecting a letter ie. "T" , I get bumped to the "T"
section to choose
communities that start with a "T".
I need to get the "T" communities to start at the top of the community list
in the drop-down box.
Right now the communities starting with the letter you choose, are atthe
bottom of the list and so you have to scroll more.

I would really appreciate your help in coming up with a solution to this
problem.

Take care,
Smriti

The behaviour you are describing is platform and browser dependant. If you want
a <select> style menu that does what you want, you'll have to roll your own
using <div>s, which will make it difficult to ensure it works properly on all
browsers.

--
| Grant Wagner <[email protected]>

* Client-side Javascript and Netscape 4 DOM Reference available at:
*
http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/frames.html

* Internet Explorer DOM Reference available at:
*
http://msdn.microsoft.com/workshop/author/dhtml/reference/dhtml_reference_entry.asp

* Netscape 6/7 DOM Reference available at:
* http://www.mozilla.org/docs/dom/domref/
* Tips for upgrading JavaScript for Netscape 7 / Mozilla
* http://www.mozilla.org/docs/web-developer/upgrade_2.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top