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
I have encountered the Nginx 502 Bad Gateway erro...
Introduction to Docker Docker is an open source a...
Simple example of adding and removing HTML nodes ...
Table of contents 1. New II. Modification element...
Isolation Level: Isolation is more complicated th...
The CSS implementation code for setting the scrol...
Use JS to complete a simple calculator for your r...
The file server is one of the most commonly used ...
An interesting discovery: There is a table with a...
Result:Implementation Code html <link href=...
Insert image tag <IMG> The colorful web page...
1. Check the PHP version after entering the termi...
Table of contents 2 solutions for file upload Bas...
vue-infinite-scroll Install npm install vue-infin...
Table of contents Design scenario Technical Point...