Hi fellow sufferers of IE's JS hell I'm working on this little JS animation here, works just fine on Foxy, Opera, Safari and friends:
http://www.ard.ch/newpage Then comes IE7: Object doesn't suppot this property or method (line 530) (effects.js): var oldOpacity = element.getInlineOpacity(); Object doesn't suppot this property or method (line 597) (prototype.js): } catch (e) { Object doesn't suppot this property or method (line 379) (effects.js): this.element.makePositioned(); I first suggested this to be a hasLayout related issue, but the div in question (div#crossanimation) is absolutely positioned and both prototype and scriptaculous are up-to-date. Any enlightenment would be very much apprechiated! PS: What I've tried so far, neither helped: - Moving the scripts into the head. - Removing all styles from the div#crossanimation. - Making the div a table. - Trying other effects or no effects at all. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
