HTML
<img class="pushbutton" src="https://lh3.googleusercontent.com/-g5W4Lrez3lM/VAhFvoAzTzI/AAAAAAAA9W8/CoUwaJGIE-w/s153-no/3.gif" alt="" />
CSS
<style type="text/css"><!--
.post img:hover {
position: relative;
top: 3px;
left: 3px;
}
img:hover {
position: relative;
top: 3px;
left: 3px;
}
.pushbutton:hover {
position: relative;
top: 3px;
left: 3px;
}
--></style>