Part of the code: Copy code The code is as follows:<ul class="about_nav"> <li class="nav1"><a href="about.html" class="fontnav ">123WORDPRESS.COM</a></li> <li class="nav2"><a href="about_webintro.html" class="fontnav">123WORDPRESS.COM</a></li> <li class="nav3"><a href="about_operation.html" class="fontnav">123WORDPRESS.COM</a></li> <li class="nav4"><a href="about_system.html" class="fontnav">123WORDPRESS.COM</a></li> <li class="nav5"><a href="about_contantus.html" class="fontnav">123WORDPRESS.COM</a></li> </ul> Solution: 1. Add outline:none in CSS; Copy code The code is as follows:a.fontnav { text-align:left;color:#555; text-decoration:none; outline:none} ps: outline:none is only recognized in Firefox, not supported in IE. 2. In IE: add "hidefocus="true" to the HTML <li class="nav2"><a href="about_webintro.html" class="fontnav" hidefocus=true>123WORDPRESS.COM</a></li> |
<<: Put frameset in body through iframe
>>: Explain the deployment and configuration of Clickhouse Docker cluster with examples
Usually a CSS selector selects from top to bottom...
The one I wrote before is too complicated, let’s ...
Table of contents JS reads file FileReader docume...
introduce RANGE partitioning is based on a given ...
The installation process of MySQL 8.0 Windows zip...
Vulnerability Introduction The SigRed vulnerabili...
During the development activity, I encountered a ...
IE has had problems for a long time. When everyone...
<br />Maybe you've just come into a comp...
Calculation of the box model <br />Margin + ...
Table of contents 1. Basic Introduction to JavaSc...
Preface This is a new function I came across rece...
This article shares the specific code of JavaScri...
Vim is a text editor that we use very often in Li...
Occasionally, I need to group select contents. In ...