WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: urgent sample of good code

for

From: John Hicks
Date: Feb 4, 2013 1:45PM


What did you try?
A fieldset needs a legend tag inside it.
A quick google on these terms will reveal all .... if you spell them
correctly.

I have been away from the list for a while and I don't know if posting
of code is encouraged, but what you need is

<fieldset>
<legend> Question about X </legend>

.... the radio buttons, each with their own <label></label>

</fieldset>

The fieldsets will create lines, you need to get rid of them with CSS.

hope that helps.



Le 04/02/2013 18:15, Lucy Greco a écrit :
> Hello:
> Your write it is a the best answer to use filed sets but I can't get them
> to fix it at all Lucy
>
>