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
Whether you are a web designer or a UI designer, ...
1. Prerequisites JDK has been installed echo $PAT...
How to center your HTML button itself? This is ea...
What is Load Balancing Load balancing is mainly a...
background The popularity of Docker is closely re...
To deploy multiple sites on a server, you need to...
Table of contents 1. Learning Objectives 1.1. Mas...
Table of contents Background Description Creating...
Table of contents Requirement Description Problem...
Table of contents JSX environment construction In...
This article shares the specific code of js to im...
We often need to control the hidden, transparent ...
Grammatical rules SELECT column_name(s) FROM tabl...
Linux File System Common hard disks are shown in ...
Table of contents 1. Constructor and instantiatio...