There is border around button and link when click.
CSS outline is not supported in IE7. That "browser" requires the following CSS expression:
outline
a { _noFocusLine: expression(this.hideFocus=true); }
It works also in newer versions.