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
Cell padding is the distance between the cell con...
This article shares with you how to query the sta...
When we make a web page, sometimes we want to hav...
Table of contents 1. What is redux? 2. The princi...
I recently stumbled upon the Audiovisual Linux Pr...
Preface Today, after synchronizing the order data...
In the field of data analysis, database is our go...
Life cycle classification Each component of vue i...
The load is generally estimated during system des...
1. Command Introduction The ifconfig (configure a...
This article uses examples to illustrate the prin...
Table of contents 1. Numeric Type 1.1 Classificat...
Object's hasOwnProperty() method returns a Bo...
Data backup and restore part 3, details are as fo...
Table of contents 1. Download the virtual machine...