Hi Maarten, 1.6.1 provides emulation of IE's mouseenter and mouseleave events for all browsers, so if you can use 1.6.1, you can use that new stuff. If you can't use 1.6.1 yet, you can look into the source of it to see how they're doing it. (It's pretty straightforward.)
1.6.1 info: http://prototypejs.org/2009/3/27/prototype-1-6-1-rc2-ie8-compatibility-element-storage-and-bug-fixes HTH, -- T.J. Crowder tj / crowder software / com Independent Software Engineer, consulting services available On May 15, 8:57 am, Maarten <[email protected]> wrote: > Hello, > > Athttp://remcobohle.mwierda.blackpearl.minus3.nl/flickering.htmlI'm > trying to accomplish the following. I have a list of images positioned > next to each other using a table. Each image has a caption, using a > DIV element, that I want to display only when the user hovers over the > image. > > Everything works as expected really, but when the user hovers the > image AND the caption (e.g. by moving the cursor over the bottom of > the image) a rather distracting flickering effect appears, that I > would like to get rid off. I understand this behavior is completely to > be expected, but how can I stop this from happening? > > I foresee something with stopObserving, but I'm not sure how and where > to start, so if anyone could give me some hints in the rigth > direction, that'd be greatly appreciated. > > Here's a pastie, just in case:http://pastie.org/478919 > > Thanks in advance, > > Maarten --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
