Re: Tab Order in Forms

Hi Randal,

I am no expert in this field, but doesn't the input line have to come 
before the label line?

Cheers

Lisa

At 12:41 PM 7/11/2002 -0400, you wrote:

>I'm having a problem with a form I'm putting together.  Basically, I can't
>use the keyboard to tab to the "No" option.  Does anyone see anything wrong
>with my markup that might be causing this?
>
><span class="label">Do you need child care for your children?</span>
><label for="childCareYes">Yes</label>
><input type="radio" id="childCareYes" name="childCare" value="y" />
><label for="childCareNo">No</label>
><input type="radio" id="childCareNo" name="childCare" value="n" />
>
>Randal Rust
>Covansys, Inc.
>Columbus, OH

Received on Thursday, 11 July 2002 12:48:24 UTC