Skip to content

Instantly share code, notes, and snippets.

@gazliddon
Created January 11, 2014 15:13
Show Gist options
  • Save gazliddon/8372095 to your computer and use it in GitHub Desktop.
Save gazliddon/8372095 to your computer and use it in GitHub Desktop.
Mouseover w/out javascript
<!DOCTYPE html>
<html>
<head>
<title>Mouseover</title>
<meta charset="utf-8" />
</head>
<body>
<header>
</header>
<footer>
</footer>
<img src="http://blogs.westword.com/showandtell/02gnome.jpg" onmouseover= "this.src='http://i44.tinypic.com/3131zqh.jpg'" onmouseout="this.src='http://blogs.westword.com/showandtell/02gnome.jpg'" />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment