Is there a way to move the displayed mini popup to the left of the mouse cursor when a user hovers over an image with the following code:
<img src="image" alt="product code 000000">
I noticed that the default alt text always appears on the right of my cursor, but I would like it to be positioned differently. Any suggestions on how I can achieve this?
Update I appreciate all the responses and advice given. Thank you!