Issue
There is border around button and link when click.
How can I remove it?
Solution
It's ugly, but so are most IE fixes.
a:focus, *:focus {
noFocusLine: expression(this.onFocus=this.blur());
}
Answered By - Karl Laurentius Roos
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.