Ver Mensaje Individual
  #6 (permalink)  
Antiguo 12/08/2010, 10:18
Avatar de cristian_cena
cristian_cena
Colaborador
 
Fecha de Ingreso: junio-2009
Mensajes: 2.244
Antigüedad: 14 años, 10 meses
Puntos: 269
Respuesta: Puntitos al apretar

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

Última edición por cristian_cena; 12/08/2010 a las 14:03