Just checking if I'm delusional or whether dojo.html.getElementByClass is broken in IE 7.
dojo.debug("pre getElementByClass") tabs = dojo.html.getElementByClass('tab', 'tabs', 'div'); dojo.debug("post getElementByClass") on a chunk o' code that looks like this <div id="tabs"> <div id="tab_1" class="tab">blah</div> <div id="tab_2" class="tab">blah</div> </div> results in DEBUG: pre getElementByClass and nothing else. Works fine in Safari, FF, and Opera. Any suggestions or alternatives would be greatly appreciated. Vance -- Most People are not even aware of their need to conform. They live under the illusion that they follow their own ideas and inclinations, that they are individualists, that they have arrived a their opinions as the result of their own thinking and that it just happens that their ideas are the same as those of the majority -- Eric Fromm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---