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

Graphical explanation of the solutions for front-end processing of small icons

Preface Before starting this article, let’s do a ...

Tutorial on how to modify the root password in MySQL 5.7

Version update, the password field in the origina...

Vue implements local storage add, delete and modify functions

This article example shares the specific code of ...

Share 16 burning flame effect English fonts treasure trove

We live in a visual world and are surrounded by m...

MySQL FAQ series: How to avoid a sudden increase in the size of the ibdata1 file

0. Introduction What is the ibdata1 file? ibdata1...

How to quickly install tensorflow environment in Docker

Quickly install the tensorflow environment in Doc...

Beginners learn some HTML tags (2)

Beginners can learn HTML by understanding some HT...

Web page experience: Web page color matching

<br />The color of a web page is one of the ...

Sample code for separating the front-end and back-end using FastApi+Vue+LayUI

Table of contents Preface Project Design rear end...

How to use the Clipboard API in JS

Table of contents 1. Document.execCommand() metho...

How to use nodejs to write a data table entity class generation tool for C#

Although Microsoft provides T4 templates, I find ...

Two ways to export csv in win10 mysql

There are two ways to export csv in win10. The fi...

Detailed tutorial on installing mysql 8.0.13 (rpm) on Centos7

yum or rpm? The yum installation method is very c...