Often you will encounter a style of <a> tag that displays an image, but there is text in the tag and you want to hide the text. In many cases, you will think of text-indent:-9999em; But today I found that the pictures are not displayed in IE7 and 360 default IE mode, so I checked it online and summarized it below: The css writing method in ie7 mode is as follows: Copy code The code is as follows:text-indent: -9999em; overflow: hidden; float: left; //Of course you can also float: right; The above css can already solve this problem. 360 has an IE mode and a speed mode. If you want to open a web page in the default speed mode, just add the following sentence in <head>: Copy code The code is as follows:<meta name="renderer" content="webkit"> Speed mode <meta name="renderer" content="ie-comp"> Compatibility mode <meta name="renderer" content="ie-stand"> IE mode |
<<: Vue implements simple notepad function
>>: How to adapt CSS to iPhone full screen
In the previous blog, we learned about the usage ...
The benefits of using MySQL master-slave replicat...
Table of contents 1. Overview 1. Explain statemen...
XPath is a language for selecting parts of XML do...
Table of contents explain: Summarize Replenish Un...
Table of contents 1. Achieve results 2. Implement...
The virtual machine is in use or cannot be connec...
download http://nginx.org/en/download.html Unzip ...
Recently, when I was working on a conference heal...
Experimental environment: MYSQL 5.7.22 Enable bin...
1. Introduction MySQL Group Replication (MGR for ...
In ordinary projects, I often encounter this prob...
Get the local public IP address through the conta...
Written in the opening: Absolute said: "Rela...
1. <div></div> and <span></s...