I have found that if the mouse passes quickly over a feature that is meant to display content with the onMouseIn and onMouseOut events, it will show up, but not disappear, leaving the content on the page. (It then gets confusingly overlaid with other content if the mouse goes to another onMouseIn .show feature.) Has anyone solved this problem?
I guess it is a repeater and that you use show(“”) and inside that some kind of animation like “FadeIn” and “FadeOut”. If you test to just use .show() without animations it will probably work better. The animation events are a bit buggy inside the repeaters.
Thanks Andreas. I ended up just making them click events, but good to know for future reference.