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
Table of contents Problem Description Front-end c...
CentOS6.9 installs Mysql5.7 for your reference, t...
Recently, I found that the company's server t...
A recent business involves such a requirement tha...
The author of this article @子木yoyo posted it on hi...
This article uses examples to illustrate the usag...
Demand Background Recently, I plan to use Vue and...
1. Download mysql-5.7.17-winx64.zip; Link: https:...
Table of contents 1. Click on the menu to jump 1....
Before introducing the new CSS property contain, ...
Table of contents 1. What is syntactic sugar? 2. ...
Table of contents Preface background Big guess Fi...
1: Understand the meaning of address rewriting an...
MySQL 5.7.8 and later began to support a native J...
Copy code The code is as follows: <span style=...