Return to Snippet

Revision: 56642
at April 6, 2012 22:58 by Huskie


Initial Code
$('a').each(function () {
        $(this).attr('hideFocus','true').css('outline','none');
});

Initial URL


Initial Description
IE6 and IE7 don't respect the 'outline' attribute for hyperlinks. This jQuery snippet removes the annoying outline in these browsers.

Initial Title
Remove hyperlink outline in IE6 & IE7 with jQuery

Initial Tags
css, link, jquery, ie6

Initial Language
jQuery