Here are a few ways to remove it: Add the link directly onfocus="this.blur()". <a href="#" onfocus="this.blur()">Link</a> CSS Implementation Copy code The code is as follows:a{blr:expression(this.onFocus=this.close());} /* Only supports IE, too much use will result in low efficiency*/ a{blr:expression(this.onFocus=this.blur());} /* Only supports IE, too much use will result in low efficiency*/ a:focus { -moz-outline-style: none; } /* IE does not support */ htc implements IE support Copy code The code is as follows:<public:attach event="onfocus" onevent="hscfsy()"/> <script language="javascript"> function hscfsy(){ this.blur(); } </script> Call a {behavior:url(the path address of the htc file)} Implemented through JavaScript traversal Copy code The code is as follows:window.onload = function() { for(var ii=0; ii document.links$[$ii$]$.onfocus=function(){this.blur()} } 5. For WordPress, you can use the internal JQuery framework to remove Copy code The code is as follows:$("a").bind("focus",function(){ if(this.blur){ //If this.blur is supported this.blur(); } }); |
<<: Two ways to manage volumes in Docker
When writing a web project, I encountered an intr...
Enter the /etc/yum.repos.d/ folder Create rabbitm...
Preface Those who have played with MySQL must be ...
This is an important (and wonderful) topic for Li...
Because the router at home forced to reduce the b...
Linux environment variable configuration When cus...
Nginx (engine x) is a high-performance HTTP and r...
Table of contents Preface 1. Check the file disk ...
Table of contents First of all, you need to know ...
1. Prerequisites We use the require.context metho...
Running environment, Idea2020 version, Tomcat10, ...
Installation Environment Centos Environment Depen...
Table of contents Preface Install Introduction Sw...
This article shares the specific process of js ob...
Index definition: It is a separate database struc...