Dave Patton <dpatton@remove-for-nospam.confluence.org> wrote in message news:<Xns93B3EC1CBD3F5mrzaphoddirectca@24.71.223.1 59>...[color=blue]
>
darrenstahlhut@hotmail.com (Darren) wrote in
> news:898d00a0.0307092156.49bf4737@posting.google.c om:
>[color=green]
> > I've created a typical <form> and a <select> element. The options are
> > created dynamically from my access database (using asp).[/color]
>[color=green]
> > My question is, can I limit the number of options shown when you click
> > the drop down button, but still be able to scroll through all the
> > options.[/color]
>
> Have you looked at the size attribute?
>
http://www.w3.org/TR/html4/interact/...ef-size-SELECT[/color]
Hi Dave
I tried to use the size attribute as you suggested; if you don't
include it in the <select> tag its default size is 1. I've added it
like this...
<select name="staffmember" size="2"> and it increased the size number
of viewable options making a scroll box with 2 rows. It does allow you
to scroll through the options but removes the drop down list.
This is not quite what I'm after :(
I need to keep the number of viewable options to be 1 row. But when
you click the drop down button you then see 5 (or whatever number) out
of the 70 options. Then in the drop down list be able to scroll
through the rest.
I've looked every high and low and still the best example is the way
IE Address bar works.
Thanks, any and all other suggestions are greatly appreciated :)