Active hyperlink texts are highlighted with dotted border. When using effects on such hyperlinks (fadeIn/fadeOut) it produces strange effects. How do I disable/remove the do
i wanted to get this working for Button and this worked for me
button { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; background-color: transparent; noFocusLine: expression(this.onFocus=this.blur()); }