onMouseOver message
Home » Tutorials for Blogging » onMouseOver message
Tutorial by V4ny
A funny trick to make a message appear on mouse over.
Example : pass your mouse over this text
Codice:
<a onMouseOver="alert('your message')">text</a>Tutorial by V4ny
A funny trick to make a message appear on mouse over.
Example : pass your mouse over this text
Codice:
<a onMouseOver="alert('your message')">text</a>