[jQuery] (validate) IE6 odd focus behavior
I'm using the validate plugin on a form and in IE when I click right
above the second required field the cursor focus is between the label
and the form field.
It looks like you are typing outside of the form, in between the </
label> and <input>.
I validated the html of the form. It looks like it only happens on
required fields which makes me think it's something with the
validation success HTML in the plugin.
Any suggestions?