Description Box using "onmouseover"

Viewed 229202

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..?

6 Answers

The CSS Tooltip allows you to format the popup as you like as any div section! And no Javascript needed.

Related