Have Javascript Display Some Text Onmouseover
i have this line of code I want instead of remove everything else on the site, when i hove
Solution 1:
You could either add a title
attribute that most browsers will display automatically when you hover over the element without the need for any additional Javascript or you could use a library like tipsy.
Post a Comment for "Have Javascript Display Some Text Onmouseover"