Tag a has a style that shows an image, but the text is written in the label, and you want to hide the text. In ie7 and 360, the image is not displayed in ie mode by default, the following is a good solution for everyone. If you are interested, you can refer to a style that appears in a tag. A picture is displayed, but the tag contains text, in many cases, you may want to hide the text
Text-indent:-9999em;
But today I found that in ie7 and 360 the default ie mode, the picture is not displayed, so I checked it online. The following is a summary:
In ie7 mode, css is written as follows:
The Code is as follows:
Text-indent:-9999em;
Overflow: hidden;
Float: left; // Of course, float: right;
The above css can solve this problem.
There is an ie mode and a high speed mode in 360. If you want to enable the default high speed mode for a webpage, you only need to add the following sentence to it:
The Code is as follows:
High speed mode
Compatibility mode
IE Mode