como va muchachos, el siguiente cógigo funciona bien en firefox pero sigue produciendo puntitos en IE:
Código HTML:
<html>
<head>
<title>chao puntitos</title>
<style type="text/css">
* {border:0; margin:0; outline:none;}
a{
display:block;
width:200px;
height:200px;
outline:0;
}
a:focus{outline:0;}
</style>
</head>
<body>
<a href="#">enlace</a>
</body>
</html>
Saludos