Learn free online HTML5, javascript, and jquery Tutorials by Examples

Thursday 19 June 2014

javascript Change image onmouseover

<img onmouseout="this.src='images/smile.jpg'" onmouseover="this.src='images/smile1.jpg'" src="images/smile.jpg" width="100" height="100" border="0" />

No comments:

Post a Comment