I've created a DIV that appears at a set position using a jQuery function when hovering over an image. There are numerous images vertically stacked (about 1800px in total height).
The issue arises when I scroll down to the bottom of the page and hover over an image, the div pops up too high and goes off-screen.
Is there a way to keep the div from overflowing off the top of the page? Essentially, how do I make the div stick to the top instead of going off-screen?