Re: advice sought for design of a search facility for a sub-site

Hi

Personally I have generally been using select elements as I thought they
were more accessible for this kind of thing.

On Tue 22-Jan-2002 at 04:12:25 -0000, EDixon@rnib.org.uk wrote:
> 
> http://info.rnib.org.uk/script/wai/radio.html

If you use the label element in your form like this:

  <label for="rad1">Online Shop</label>
  <input type="radio" name="radiobutton" id="rad1" value="radiobutton">
  <label for="rad2">RNIB</label>
  <input type="radio" name="radiobutton" id="rad2" value="radiobutton">

Then browsers such as mozilla allow clicking on the text of the label to
activate the radio button.

Chris

-- 
Chris Croome                               <chris@webarchitects.co.uk>
web design                             http://www.webarchitects.co.uk/ 
web content management                               http://mkdoc.com/   
everything else                               http://chris.croome.net/  

Received on Tuesday, 22 January 2002 11:56:35 UTC