[thelist] Radio button / text association

Sam Carter sam at iness.com
Wed Jul 27 10:21:40 CDT 2005


Using Label

<label for="mybutton">Click here for pazaaz!</label>
<input name="mybutton" type="radio"  value="pazaaz" checked>

Netscape and Firefox will allow the user to set the radio button by 
clicking on the label text.

Is there a method to achieve same result in IE?

Sam





More information about the thelist mailing list