The radio and checkboxes needed the class "checkbox" in them. the dashes
were what was throwing off the ssn boxes, I simply removed them.
_____
From: Deanna Schneider [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 22, 2004 3:13 PM
To: CF-Community
Subject: Re: Accessible labels for groups of elements
First off - thanks for being willing to help on this. I appreciate it. :)
Second - I got the checkboxes (just missed adding the class - oops).
But, I still can't get the SSN correct. It's fine if I don't want to
include text between the inputs. But, as soon as I do, the second and
third boxes drop. I tried adding a span around the text between to
tell it to display inline. But, that made no difference:
.CESFormWidget .inputGroup { display: inline; }
.CESFormWidget .textBetween { display: inline; }
<input type="text" style="width:5em" name="ssn1" id="ssn1" value=""
title="text input for: Social Security Number" />
<span class="textBetween"> - </span>
<input type="text" style="width:4em" name="ssn2" id="ssn2" value=""
title="text input for: Social Security Number" class="inputGroup" />
<span class="textBetween"> - </span>
<input type="text" style="width:6em" name="ssn3" id="ssn3" value=""
title="text input for: Social Security Number" class="inputGroup" />
<br />
p.s. I'd love to take your class, and I may just query the CIO to see
if he wants to bring you here.
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]
