Thanks a million, Karl!


On Aug 25, 11:14 am, Karl Swedberg <[EMAIL PROTECTED]> wrote:
> Hey Chris,
>
> The problem is that you have an improperly nested form element. It  
> should work if you do this ...
>
> <form>
>         <table>
>         ...
>         </table>
> </form>
>
> instead of this ...
>
> <table>
>         <form>
>                 <tr>
>                 ...
>                 </tr>
>         </form>
> </table>
>
> I took the html from your page and pasted it up here with that  
> modification:
>
> http://test.learningjquery.com/radios.html
>
> --Karl
>
> ____________
> Karl Swedbergwww.englishrules.comwww.learningjquery.com
>
> On Aug 25, 2008, at 9:34 AM, Chris Hall wrote:
>
>
>
> > Thanks
>
> > That has been corrected, but just as you guessed that was not the
> > issue.
>
> > The code has been updated here:
>
> >http://www.leaguefighter.com/test.php
>
> > Select any of the radio buttons, then click the link TEST and click on
> > the new radio button.
>
> > It works for me in IE but not Firefox.  I'm sure I'm doing something
> > wrong, but haven't been able to find it so far.

Reply via email to