My issue involves a p
element that could potentially have lengthy text (I've used
overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
). I want the text to appear as a floating link next to the cursor when hovering over the paragraph. Is there a built-in method to achieve this, or do I need to create a new div
that appears upon hovering?