I've tracked this one down before. IE hates it if you try and access the style of an element before it's been inserted into the DOM. So, somewhere ( on line 2272 ....), an element has been created in JavaScript and the style is being altered before it as been inserted into the DOM.
Hope that helps Cheers! --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---
