On Sep 4, 11:31 am, "John Resig" <[EMAIL PROTECTED]> wrote:
> Try changing this line:
>
> $(this.children).show();
>
> to:
>
> $(this).children().show();
>
> The first uses a property that's not available in Firefox - whereas
> the second uses a jQuery method that works in all browsers.
>
> --John
>

Absolutely perfect.  Thank you very much for your kind help.

It works fine in both browsers now.

Larry

Reply via email to