Re: Jump Menu accessibility issue
..oO(Ken Ford - *ACE*)
> <label>
> <select name="mySelect" id="mySelect">
> </select>
> </label>
But of course there should be some label text as well - empty labels are
useless. And for old IE browsers it's required to explicitly associate
the label with the form control using a 'for' attribute.
Micha
|