Unable to define IE6 font: 13px size is invalid, IE6 automatically displays a larger font solution

Unable to define IE6 font: 13px size is invalid, IE6 automatically displays a larger font solution
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

Recommend

Nginx 502 Bad Gateway Error Causes and Solutions

I have encountered the Nginx 502 Bad Gateway erro...

Simple example of adding and removing HTML nodes

Simple example of adding and removing HTML nodes ...

Briefly describe the four transaction isolation levels of MySql

Isolation Level: Isolation is more complicated th...

CSS example code for setting scroll bar style

The CSS implementation code for setting the scrol...

Using JS to implement a simple calculator

Use JS to complete a simple calculator for your r...

Detailed steps to build a file server in Windows Server 2012

The file server is one of the most commonly used ...

Solve the problem of not finding NULL from set operation to mysql not like

An interesting discovery: There is a table with a...

Dynamic starry sky background implemented with CSS3

Result:Implementation Code html <link href=...

HTML web page image tag

Insert image tag <IMG> The colorful web page...

A brief analysis of how to upgrade PHP 5.4 to 5.6 in CentOS 7

1. Check the PHP version after entering the termi...

Implementation of Vue large file upload and breakpoint resumable upload

Table of contents 2 solutions for file upload Bas...

Vue scroll down to load more data scroll case detailed explanation

vue-infinite-scroll Install npm install vue-infin...

Implementation of mysql backup strategy (full backup + incremental backup)

Table of contents Design scenario Technical Point...