Hello all

I am having a little trouble with IE6 and this snippet of code:

        document.observe('dom:loaded', function() {
                $(
                        $$('.blockbody').invoke('hide'),
                        $$('.hint').invoke('hide'),
                        $$('.reason').invoke('hide')
                );
        });

I've done some searching to try and work out why I am receiving the
error:

        "Object doesn't support this property or method"

Wiki docs suggest wrapping with $(), though I don't think I have done
that properly. Any help is much appreciated.

Grant

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to