EventPromo,
с CSS совсем тяжело? ну напишите класс для button:active какойнить и будет "нажиматься"
<style>
.Button {
border: none;
background-color: transparent;
cursor: pointer;
padding:0px;
}
.Button:active{
padding-top:2px;
padding-left:2px;
}
</style>
<button class="Button"><img src="http://javascript.ru/forum/images/smilies/smile.gif" width="50px" height="50px" alt="Up"></button>