What does IE8 Beta 1 need to pay attention to?
IE8 Beta 1 needs to pay attention to what it is, I believe that many inexperienced people do not know what to do, so this article summarizes the causes of the problem and solutions, through this article I hope you can solve this problem.
Two days ago, I specially installed IETester to facilitate testing. After installing it, I found that there are two places in IE8 that need everyone's attention.
1.IE5MAC 's filter is also valid for IE8 Beta version 1. IE8 Beta version 1 does not support truncation omission.
two。 Text-overflow:ellipsis in CSS3 is not supported
On the first item may not have much impact on you, anyway, there are too few people using IE under MAC, the advantage is that we can write a special CSS stylesheet for IE8. If you don't know the IE5/MAC filter, you can copy the following code into your CSS stylesheet, and then write a stylesheet called "ie5mac.css". But you can change this IE5MAC to IE8WIN.
/ * / / @ import "ie5mac.css"; / * /
If the first is not a bad situation, then the second is obviously very bad. Everyone knows that text-overflow:ellipsis; is determined in CSS3 no matter what. IE originally supports this feature, so why give up this support in IE8? I have always advocated that the omission of truncation should be solved by CSS, which can maintain the integrity of XHTML code information and facilitate changes in style, but Firefox has not been able to support this feature that makes me very puzzled, that is, CSS3, and it is a very practical effect. Why not support it as soon as possible? However, at present, IE8 is only a BETA version. I hope IE8 will continue to support text-overflow:ellipsis in the future.
After reading the above, have you mastered what IE8 Beta 1 needs to pay attention to? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!