IE8 Beta 1 has two areas that require your attention

IE8 Beta 1 has two areas that require your attention
<br />Related articles: Web skills: Multiple IE versions coexistence solution IETester
I installed IETester a few days ago to facilitate testing. After installation, I found that there are two places in IE8 that require attention.
    IE5MAC's filter is also effective for IE8 Beta 1. IE8 Beta 1 does not support truncation, that is, it does not support text-overflow:ellipsis in CSS3;

The first point may not have much impact on everyone. After all, there are too few people using IE on MAC. The advantage is that we can write a special CSS style sheet for IE8. If you don’t know about the IE5/MAC filter yet, you can copy the following code into your CSS style sheet, and then write a style sheet called “ie5mac.css”. But you can change this IE5MAC to IE8WIN.
    /*\*//*/ @import "ie5mac.css"; /**/

If the first one is neither good nor bad, then the second one is obviously very bad. As we all know, text-overflow:ellipsis; is already defined in CSS3. IE originally supported this feature, so why did it abandon support in IE8? Regarding the issue of truncation and ellipsis, I have always advocated that it should be solved by CSS, which can maintain the integrity of XHTML code information and facilitate style changes. However, Firefox has not been able to support this feature, which makes me very confused. Since it is CSS3 and it is a very practical effect, why not support it as soon as possible? However, IE8 is still a BETA version. I hope that IE8 will continue to support text-overflow:ellipsis in the future.
Watch more web design tutorials on this site.

<<:  js implements custom drop-down box

>>:  Detailed steps for deploying Tomcat server based on IDEA

Recommend

Common solutions for Mysql read-write separation expiration

The pitfalls of MySQL read-write separation The m...

MySQL REVOKE to delete user permissions

In MySQL, you can use the REVOKE statement to rem...

HTML basic summary recommendation (title)

HTML: Title Heading is defined by tags such as &l...

Summary of discussion on nginx cookie validity period

Every visit will generate Cookie in the browser, ...

How to Easily Remove Source Installed Packages in Linux

Step 1: Install Stow In this example, we are usin...

A comprehensive summary of frequently used statements in MySQL (must read)

The knowledge points summarized below are all fre...

Understanding of haslaylout and bfc parsing

1. haslayout and bfc are IE-specific and standard ...

HTML/CSS Basics - Several precautions in HTML code writing (must read)

The warning points in this article have nothing t...

How to add sudo permissions to a user in Linux environment

sudo configuration file The default configuration...

Detailed steps to install Docker mongoDB 4.2.1 and collect springboot logs

1: Install mongodb in docker Step 1: Install mong...

Example of fork and mutex lock process in Linux multithreading

Table of contents Question: 1. First attempt 2. R...

Solve the problem of mysql's int primary key self-increment

Introduction When we use the MySQL database, we a...

A brief discussion on how to learn JS step by step

Table of contents Overview 1. Clearly understand ...

An article to understand the usage of typeof in js

Table of contents Base Return Type String and Boo...