Nope, that doesn't work either.
On Nov 27, 11:40 am, "Ken Snyder" <[EMAIL PROTECTED]> wrote: > Be sure to extend the previousSibling element: > > var prev = $(element).previousSibling > alert($(prev).getHeight()) > > - Ken > > On Thu, Nov 27, 2008 at 8:53 AM, Diodeus <[EMAIL PROTECTED]> wrote: > > > This code works in IE, bot for FF: > > > var prev = $(element).previousSibling > > alert(prev.getHeight()) > > > In FF gives me "prev.getHeight()) is not a function. > > > Has FF gone mad? Have I? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
