Check out my blog where I'm having some trouble with popups. They start at the bottom but keep moving up each time they are hovered over more than once. Any suggestions on how to fix this issue?
Edit: After some experimenting, it turns out that the "bottom" position is resetting every time the popup is hovered over, causing it to move up by 10px each time. Does anyone know how to prevent this from happening?
Answer: I made a change to info.css("bottom', '-10px'); and that seemed to solve the problem. Thanks to everyone who gave their input!