Web Designer? Design and market your own professional website with easy-to-use tools.
Compare, review and buy thousands of Laptops , software products at CheckCost.co.uk
Your Text Link Here! and your text description here!
The onmouseover event is triggered when the mouse is moved over a specified object.
The javascript and HTML code below shows you how to add an onmouseover event to an image.
<img src="image.jpg" onmouseover="alert('This alert was triggered by an onmouseover event')" alt="some text" />
Move the mouse over the image to see the event that is triggered.