I have button on my html page, when i click on that button it show me outer line to button shown as below image.
Add an outline: none to your css:
outline: none
.resetButton { margin: 0px; background:url(../images/button/Reset2.png) no-repeat; border: none; width: 90px; height: 32px; cursor: pointer; outline: none; }