I am playing with the onmouseover event in javascript
I would like a little box to pop up and remain up until there is no onmouseover anymore
I think it’s called a description box, but I am not sure.
How do I get a little box to pop up with custom text when I put my mouse over certain text, and disappear once I move the mouse to a different object..?
Assuming
popupis the ID of your “description box”:HTML
JavaScript
Alternatively you can get rid of JavaScript entirely and do it just with CSS:
CSS