0
Anyone how to use onMouseover() and onMouseOut() for imageÂż? This question about javascript please give me example of the code
2 Answers
+ 1
Check this out:
https://code.sololearn.com/WxQH4V79hi6m/?ref=app
+ 1
onMouseOver is an event that trigger when your cursor is on that image.
onMouseOut is an event that happen when your cursor is not on the image.
You need a function, assign it to the image, and that is it.