Page is a not externally linkable
pageoneresults - 7:48 pm on Feb 21, 2006 (gmt 0)
I wrote this almost two years concerning this same issue of implicit labels... The implicit method of associating a label with a form control is not supported by Internet Explorer (Tested Internet Explorer 6/Windows 98). IE does support the <label for="name"> method of associating labels. The below implicit label example performs as intended in both Opera 7.23 and Mozilla 1.6b on Windows 98. <li><label><input type="radio" name="Labels" value="1" />This Radio Button 1 has a label associated with it.></label></li>