Holas Creature
mira a ver si te sirve el hacerlo así
<style type="text/css">
<!--
.uno {
position: relative;
top: 1px;
left: 1px;
}
.dos{
position: relative;
top: 0px;
left: 0px;
}
-->
</style>
eso en head
y a tu imagen le pides....
<a href="#"><img src="imagen.gif" width="27" height="30" border="0"
class="dos" onmousedown="this.className = 'uno'" onmouseup ="this.className='dos'" /></a>