hi, how i can remove stupid move on button (when i press button) in internet explorer ? so i add image on background of the button and when i press image go top how i can disable this ? html <input type="text" class="input" value="" /></td><td> <input type="submit" value="" class="button"/> css .button { background: url(bt.png) no-repeat top; display: block; width: 161px; height: 38px; border: none; } thanks.