On 1/11/07, Bruce MacKay <[EMAIL PROTECTED]> wrote:

<a href='#' class='ltype' id='A1'><input type='radio' id='A' name='iLTID'
value='1' /></a>


Why are you wrapping the <input> in an <a>? Shouldn't it be this instead:

<input type='radio' id='A' name='iLTID' value='1' /><label for='A'><a
href='#' class='ltype' id='A1'>standard link</a></label>

And anyway, when you click on a <label>, the element it's associated with
gets "clicked" on as well (except in Safari, IIRC), meaning that clicking on
labels same effect as clicking on the element it's associated with.

--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to