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
Solution in JavaScript to remove the active border on the links on all the browsers: add the event onfocus="this.blur();" on your link
Link
NOTE: this will work in all browsers.