Hi guys, My usual methods to get rid of IEs little dotty things on form elements is not working-
onclick="this.blur()" or window.focus()
I don't usually use the label tag so how do I do it here?
HTML Code:<input id="rRadio" type="checkbox" ><LABEL FOR=rRadio >random</LABEL>


Reply With Quote
Bookmarks