I have been working on my first website and everything is running smoothly so far. However, I have a new idea that I am struggling to implement. Some of the pages on my site feature a video player with buttons to select different videos. When a viewer hovers their mouse over a button, I want a popup text area to appear above the button, providing a description of the video.
I have searched for a solution to make the popup text appear above the button the mouse is hovering over, to prevent the viewer's eyes from moving back and forth. The only thing I have found so far is using a <span>
title property to create a simple mouseover tooltip. If you have any guidance or tips on how to achieve this effect, I would greatly appreciate it!