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

MySQL 8.0.12 installation configuration method and password change

This article records the installation and configu...

Native js to implement drop-down box selection component

This article example shares the specific code of ...

Detailed explanation of Angular data binding and its implementation

Table of contents Preface What is data binding? T...

How to run JavaScript in Jupyter Notebook

Later, I also added how to use Jupyter Notebook i...

MySQL 8.0 upgrade experience

Table of contents Preface 1. First completely uni...

JavaScript array deduplication solution

Table of contents Method 1: set: It is not a data...

Vue uses custom instructions to add watermarks to the bottom of the page

Project Scenario Add a custom watermark to the en...

Introduction to the process of installing MySQL 8.0 in Linux environment

Table of contents Preface 1. Linux changes the yu...

MySQL import and export backup details

Table of contents 1. Detailed explanation of MySQ...

Binary Type Operations in MySQL

This article mainly introduces the binary type op...

WeChat applet implements simple chat room

This article shares the specific code of the WeCh...

An article to show you how to create and use Vue components

Table of contents 1. What is a component? 2. Crea...

The difference between Display, Visibility, Opacity, rgba and z-index: -1 in CSS

We often need to control the hidden, transparent ...

How to use JSX to implement Carousel components (front-end componentization)

Before we use JSX to build a component system, le...

Tips on HTML formatting and long files for web design

<br />Related articles: 9 practical suggesti...