Dropdown boxes

Dropdown boxes

am 23.06.2007 16:13:37 von geoff

I have a dropdown box on a webpage, which contains several choices.
Is it possible to "grey-out" one or more of these so that they are still
visible in the dropdown box, but cannot be selected?

Thanks in advance,

Geoff

Re: Dropdown boxes

am 23.06.2007 17:03:28 von Adrienne Boswell

Gazing into my crystal ball I observed "Geoff" writing in
news:uKadnfKdoKnkt-DbRVnyuwA@bt.com:

> I have a dropdown box on a webpage, which contains several choices.
> Is it possible to "grey-out" one or more of these so that they are still
> visible in the dropdown box, but cannot be selected?
>
> Thanks in advance,
>
> Geoff
>
>
>

That's confusing for the user. If it isn't available, don't show it.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Re: Dropdown boxes

am 23.06.2007 19:18:37 von jmm-list-gn

Geoff wrote:
> I have a dropdown box on a webpage, which contains several choices.
> Is it possible to "grey-out" one or more of these so that they are still
> visible in the dropdown box, but cannot be selected?
>
That would be the "disabled" attribute for

Re: Dropdown boxes

am 26.06.2007 15:53:22 von geoff

"Jim Moe" wrote in message
news:mtydnUobdO9wyODbnZ2dnUVZ_rmdnZ2d@giganews.com...
> Geoff wrote:
>> I have a dropdown box on a webpage, which contains several choices.
>> Is it possible to "grey-out" one or more of these so that they are still
>> visible in the dropdown box, but cannot be selected?
>>
> That would be the "disabled" attribute for