Tab Order in Forms

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:39:26 UTC