> It's a bit hard to help without a complete, minimal code sample (and > the specific, unhelpful IE error message).
That's part of what is weird... there is no error message. The observed function just isnt getting called in IE.... but its perfect in FF. > 1. Check to make sure you don't have a trailing comma after the last > element your curly braces. (Common problem) Not it... > 2. Because you posted an edited sample.... are you sure the observe() > is being called *after* pMenu is defined? observe() is being called within pMenu.show(), with the mousemove event calling pMenu.watching(). I tried rearranging the order of the definitions of show and watching, but to no avail. I had thought that Event.observe was supposed to be cross browser, and without an error message I feel super-lost. RR --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
