A few days ago, when I was adjusting a module of a web page, I set the font size of the page to 13px. Since I was using Chrome browser and IE8 at the time, I didn’t realize that font-size:13px was not working in IE6 and was always automatically displayed as a larger size, which was extremely ugly in terms of performance. After being puzzled for a long time, I suddenly remembered that I had changed the font before. This didn't happen before I changed it. As expected, this is caused by the fact that I used the Tahoma font. This font cannot display a 13px font size in IE6 browser, and the default font will be used instead. Changing the font solved the problem. IE6 was created more than 10 years ago and can no longer keep up with the times. However, since China is probably the country that uses IE6 the most in the world, this has not only brought a lot of trouble to Web development. Upgrade quickly, this outdated stuff should have been consigned to history books long ago. |
<<: Use pictures to realize personalized underline of hyperlinks
>>: Detailed explanation of the misunderstanding between MySQL and Oracle
This article records the installation and configu...
This article example shares the specific code of ...
Table of contents Preface What is data binding? T...
Later, I also added how to use Jupyter Notebook i...
Table of contents Preface 1. First completely uni...
Table of contents Method 1: set: It is not a data...
Project Scenario Add a custom watermark to the en...
Table of contents Preface 1. Linux changes the yu...
Table of contents 1. Detailed explanation of MySQ...
This article mainly introduces the binary type op...
This article shares the specific code of the WeCh...
Table of contents 1. What is a component? 2. Crea...
We often need to control the hidden, transparent ...
Before we use JSX to build a component system, le...
<br />Related articles: 9 practical suggesti...