E-mail List Archives
Tabindex and radio buttons
From: Susan Bignell
Date: Jan 27, 2003 11:51AM
- Next message: Hoffman, David: "RE: Tabindex and radio buttons"
- Previous message: Joyce Kennedy: "Google Labs"
- Next message in Thread: Jukka K. Korpela: "Re: Tabindex and radio buttons"
- Previous message in Thread: None
- View all messages in this Thread
Hello!
I'm having trouble getting tabindex to work with a set of radio
buttons (simple yes/no). The tab passes over the radio button
whose value is set at "1".
Does anybody have a best practices they can share? I haven't
found any examples/tutorials that show the solution to this
problem. I have tried reversing the tabindex order and removing
"checked", but to no avail. Here is how I've written it, in case
that's of use to see any error:
<TD><fieldset>
<legend>Use a signature?</legend>
<label for "no">No</label><INPUT TYPE="radio"
NAME="UseSig" id="no" VALUE="0" CHECKED TABINDEX="6">
<label for "yes">Yes</label><INPUT TYPE="radio"
NAME="UseSig" id="yes" VALUE="1" TABINDEX="7"></fieldset>
</TD>
Many thanks in advance,
Susan
----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/
- Next message: Hoffman, David: "RE: Tabindex and radio buttons"
- Previous message: Joyce Kennedy: "Google Labs"
- Next message in Thread: Jukka K. Korpela: "Re: Tabindex and radio buttons"
- Previous message in Thread: None
- View all messages in this Thread