Hi Guys, I did a google search for this, found one hit for it. I'm using the relativize method on an element with prototype 1.6.1. This works fine in FF 3.0, 3.5 and safari. But IE7 on windows has a problem with this. I get an Invalid Argument error. I commented out the following lines:
//element.style.height = element._originalHeight; //element.style.width = element._originalWidth; and that seems to work, but I hate touching library code like this. Has anybody seen this before, any ideas on how I might work around this? Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
