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
Table of contents 1. Use help information 2. Crea...
When we design a page, we often need to center th...
When applying docker containers, we often mount t...
Standardized design solutions - markup languages ...
Ubuntu's own source is from China, so the dow...
Docker Compose Docker Compose is a tool for defin...
Table of contents Preface 1. What is 2. How to us...
Table of contents Variable type and storage space...
Install Apache from source 1. Upload the Apache s...
Table of contents use Use of EsLint Add a profile...
Web design and development is hard work, so don...
1. Get the real path of the current script: #!/bi...
Table of contents Transaction Isolation Level Pro...
background Two network cards are configured for t...
This article originated from my complaints about ...