<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.
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.
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
Preface lvm (Logical Volume Manager) logical volu...
Today at work, a friend I added temporarily asked ...
1. Type introduction 1.1 Domain-based virtual hos...
Today I will introduce how to enable the Linux su...
Today I saw a friend asking a question in the Q&a...
Table of contents What is a plugin Writing plugin...
Table of contents Since Vuex uses a single state ...
This article example shares the specific code of ...
This article example shares the specific code of ...
B-Tree Index Different storage engines may also u...
Table of contents Problem 1: Destruction 1. How t...
Check virtualization in Task Manager, if it is en...
The parameter passed by ${param} will be treated ...
Table of contents Preface 1. Routing lazy loading...
Let’s learn together 1. Traditional methods Copy ...